Shades of Dim Gray #707070
Tints of Dim Gray #707070
RGB
CMYK
RGB Variations
Color information
#707070 (or 0x707070) is known color: Dim Gray. HEX triplet: 70, 70 and 70. RGB value is (112,112,112). Sum of RGB (Red+Green+Blue) = 112+112+112=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 112 - color contains mainly: red, green, blue. Hex color #707070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707070 is #8F8F8F. Grayscale: #707070. Windows color (decimal): -9408400 or 7368816. OLE color: 7368816.
HSL color Cylindrical-coordinate representation of color #707070: hue angle of 0º degrees, saturation: 0, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0%. Process color model (Four color, CMYK) of #707070 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
RGB | 112 | 112 | 112 | - |
CMYK | 0 | 0 | 0 | 0.56 |
HSL | 0º | 0% | 0.44% | - |
HSV(B) | 0º | 0% | 0.44% | - |
XYZ | 15.4 | 16.2 | 17.65 | - |
YUV | 112 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 112 | 112 | 112 | 0 | 0 | 0 | 0.56 | 0 | 0 | 0.44 |
Hex | 70 | 70 | 70 | 0 | 0 | 0 | 38 | 0 | 0 | 2C |
Octal | 160 | 160 | 160 | 0 | 0 | 0 | 70 | 0 | 0 | 54 |
Binary | 1110000 | 1110000 | 1110000 | 0 | 0 | 0 | 111000 | 0 | 0 | 101100 |
Color Harmonies of #707070
Complementary color
Monochromatic Colors of #707070
Black with #707070
Text Example
Text Example
White with #707070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707070; }
p { color: rgb(112,112,112); }
H1.HeaderClassName
{
color: #707070;
}
.AnyTagClassName
{
color: #707070;
}
</style>
background-color css
<style>
a { background-color: #707070; }
a { background-color: rgb(112,112,112); }
div.DivClassName
{
background-color: #707070;
}
.BgClassName
{
background-color: #707070;
}
</style>
border-color css
<style>
span { border-color: #707070; }
span { border-color: rgb(112,112,112); }
td.TdClassName
{
border-color: #707070;
}
.TagClassName
{
border-color: #707070;
}
</style>