Shades of Dim Gray #706362
Tints of Dim Gray #706362
RGB
CMYK
RGB Variations
Color information
#706362 (or 0x706362) is known color: Dim Gray. HEX triplet: 70, 63 and 62. RGB value is (112,99,98). Sum of RGB (Red+Green+Blue) = 112+99+98=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 112 - color contains mainly: red. Hex color #706362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706362 is #8F9C9D. Grayscale: #666666. Windows color (decimal): -9411742 or 6447984. OLE color: 6447984.
HSL color Cylindrical-coordinate representation of color #706362: hue angle of 4.29º 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 #706362 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 98 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.56 |
| HSL | 4.29º | 0.07% | 0.41% | - |
| HSV(B) | 4.29º | 0.13% | 0.44% | - |
| XYZ | 13.35 | 13.25 | 13.41 | - |
| YUV | 102.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 98 | 0 | 0.12 | 0.13 | 0.56 | 4.29 | 0.07 | 0.41 |
| Hex | 70 | 63 | 62 | 0 | C | D | 38 | 4 | 7 | 29 |
| Octal | 160 | 143 | 142 | 0 | 14 | 15 | 70 | 4 | 7 | 51 |
| Binary | 1110000 | 1100011 | 1100010 | 0 | 1100 | 1101 | 111000 | 100 | 111 | 101001 |
Color Harmonies of #706362
Complementary color
Monochromatic Colors of #706362
Black with #706362
Text Example
Text Example
White with #706362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706362; }
p { color: rgb(112,99,98); }
H1.HeaderClassName
{
color: #706362;
}
.AnyTagClassName
{
color: #706362;
}
</style>
background-color css
<style>
a { background-color: #706362; }
a { background-color: rgb(112,99,98); }
div.DivClassName
{
background-color: #706362;
}
.BgClassName
{
background-color: #706362;
}
</style>
border-color css
<style>
span { border-color: #706362; }
span { border-color: rgb(112,99,98); }
td.TdClassName
{
border-color: #706362;
}
.TagClassName
{
border-color: #706362;
}
</style>