Shades of Dim Gray #706462
Tints of Dim Gray #706462
RGB
CMYK
RGB Variations
Color information
#706462 (or 0x706462) is known color: Dim Gray. HEX triplet: 70, 64 and 62. RGB value is (112,100,98). Sum of RGB (Red+Green+Blue) = 112+100+98=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706462 is #8F9B9D. Grayscale: #676767. Windows color (decimal): -9411486 or 6448240. OLE color: 6448240.
HSL color Cylindrical-coordinate representation of color #706462: hue angle of 8.57º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #706462 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 98 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.56 |
| HSL | 8.57º | 0.07% | 0.41% | - |
| HSV(B) | 8.57º | 0.13% | 0.44% | - |
| XYZ | 13.44 | 13.44 | 13.44 | - |
| YUV | 103.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 98 | 0 | 0.11 | 0.13 | 0.56 | 8.57 | 0.07 | 0.41 |
| Hex | 70 | 64 | 62 | 0 | B | D | 38 | 9 | 7 | 29 |
| Octal | 160 | 144 | 142 | 0 | 13 | 15 | 70 | 11 | 7 | 51 |
| Binary | 1110000 | 1100100 | 1100010 | 0 | 1011 | 1101 | 111000 | 1001 | 111 | 101001 |
Color Harmonies of #706462
Complementary color
Monochromatic Colors of #706462
Black with #706462
Text Example
Text Example
White with #706462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706462; }
p { color: rgb(112,100,98); }
H1.HeaderClassName
{
color: #706462;
}
.AnyTagClassName
{
color: #706462;
}
</style>
background-color css
<style>
a { background-color: #706462; }
a { background-color: rgb(112,100,98); }
div.DivClassName
{
background-color: #706462;
}
.BgClassName
{
background-color: #706462;
}
</style>
border-color css
<style>
span { border-color: #706462; }
span { border-color: rgb(112,100,98); }
td.TdClassName
{
border-color: #706462;
}
.TagClassName
{
border-color: #706462;
}
</style>