Shades of Dim Gray #706563
Tints of Dim Gray #706563
RGB
CMYK
RGB Variations
Color information
#706563 (or 0x706563) is known color: Dim Gray. HEX triplet: 70, 65 and 63. RGB value is (112,101,99). Sum of RGB (Red+Green+Blue) = 112+101+99=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706563 is #8F9A9C. Grayscale: #686868. Windows color (decimal): -9411229 or 6514032. OLE color: 6514032.
HSL color Cylindrical-coordinate representation of color #706563: hue angle of 9.23º 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 #706563 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 99 | - |
| CMYK | 0 | 0.10 | 0.12 | 0.56 |
| HSL | 9.23º | 0.06% | 0.41% | - |
| HSV(B) | 9.23º | 0.12% | 0.44% | - |
| XYZ | 13.59 | 13.65 | 13.72 | - |
| YUV | 104.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 99 | 0 | 0.10 | 0.12 | 0.56 | 9.23 | 0.06 | 0.41 |
| Hex | 70 | 65 | 63 | 0 | A | C | 38 | 9 | 6 | 29 |
| Octal | 160 | 145 | 143 | 0 | 12 | 14 | 70 | 11 | 6 | 51 |
| Binary | 1110000 | 1100101 | 1100011 | 0 | 1010 | 1100 | 111000 | 1001 | 110 | 101001 |
Color Harmonies of #706563
Complementary color
Monochromatic Colors of #706563
Black with #706563
Text Example
Text Example
White with #706563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706563; }
p { color: rgb(112,101,99); }
H1.HeaderClassName
{
color: #706563;
}
.AnyTagClassName
{
color: #706563;
}
</style>
background-color css
<style>
a { background-color: #706563; }
a { background-color: rgb(112,101,99); }
div.DivClassName
{
background-color: #706563;
}
.BgClassName
{
background-color: #706563;
}
</style>
border-color css
<style>
span { border-color: #706563; }
span { border-color: rgb(112,101,99); }
td.TdClassName
{
border-color: #706563;
}
.TagClassName
{
border-color: #706563;
}
</style>