Shades of Dim Gray #706463
Tints of Dim Gray #706463
RGB
CMYK
RGB Variations
Color information
#706463 (or 0x706463) is known color: Dim Gray. HEX triplet: 70, 64 and 63. RGB value is (112,100,99). Sum of RGB (Red+Green+Blue) = 112+100+99=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706463 is #8F9B9C. Grayscale: #676767. Windows color (decimal): -9411485 or 6513776. OLE color: 6513776.
HSL color Cylindrical-coordinate representation of color #706463: hue angle of 4.62º degrees, saturation: 0.06, 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 #706463 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 99 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.56 |
| HSL | 4.62º | 0.06% | 0.41% | - |
| HSV(B) | 4.62º | 0.12% | 0.44% | - |
| XYZ | 13.49 | 13.46 | 13.69 | - |
| YUV | 103.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 99 | 0 | 0.11 | 0.12 | 0.56 | 4.62 | 0.06 | 0.41 |
| Hex | 70 | 64 | 63 | 0 | B | C | 38 | 5 | 6 | 29 |
| Octal | 160 | 144 | 143 | 0 | 13 | 14 | 70 | 5 | 6 | 51 |
| Binary | 1110000 | 1100100 | 1100011 | 0 | 1011 | 1100 | 111000 | 101 | 110 | 101001 |
Color Harmonies of #706463
Complementary color
Monochromatic Colors of #706463
Black with #706463
Text Example
Text Example
White with #706463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706463; }
p { color: rgb(112,100,99); }
H1.HeaderClassName
{
color: #706463;
}
.AnyTagClassName
{
color: #706463;
}
</style>
background-color css
<style>
a { background-color: #706463; }
a { background-color: rgb(112,100,99); }
div.DivClassName
{
background-color: #706463;
}
.BgClassName
{
background-color: #706463;
}
</style>
border-color css
<style>
span { border-color: #706463; }
span { border-color: rgb(112,100,99); }
td.TdClassName
{
border-color: #706463;
}
.TagClassName
{
border-color: #706463;
}
</style>