Shades of Dim Gray #706867
Tints of Dim Gray #706867
RGB
CMYK
RGB Variations
Color information
#706867 (or 0x706867) is known color: Dim Gray. HEX triplet: 70, 68 and 67. RGB value is (112,104,103). Sum of RGB (Red+Green+Blue) = 112+104+103=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #706867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706867 is #8F9798. Grayscale: #6A6A6A. Windows color (decimal): -9410457 or 6776944. OLE color: 6776944.
HSL color Cylindrical-coordinate representation of color #706867: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #706867 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 104 | 103 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.56 |
| HSL | 6.67º | 0.04% | 0.42% | - |
| HSV(B) | 6.67º | 0.08% | 0.44% | - |
| XYZ | 14.08 | 14.32 | 14.85 | - |
| YUV | 106.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 104 | 103 | 0 | 0.07 | 0.08 | 0.56 | 6.67 | 0.04 | 0.42 |
| Hex | 70 | 68 | 67 | 0 | 7 | 8 | 38 | 7 | 4 | 2A |
| Octal | 160 | 150 | 147 | 0 | 7 | 10 | 70 | 7 | 4 | 52 |
| Binary | 1110000 | 1101000 | 1100111 | 0 | 111 | 1000 | 111000 | 111 | 100 | 101010 |
Color Harmonies of #706867
Complementary color
Monochromatic Colors of #706867
Black with #706867
Text Example
Text Example
White with #706867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706867; }
p { color: rgb(112,104,103); }
H1.HeaderClassName
{
color: #706867;
}
.AnyTagClassName
{
color: #706867;
}
</style>
background-color css
<style>
a { background-color: #706867; }
a { background-color: rgb(112,104,103); }
div.DivClassName
{
background-color: #706867;
}
.BgClassName
{
background-color: #706867;
}
</style>
border-color css
<style>
span { border-color: #706867; }
span { border-color: rgb(112,104,103); }
td.TdClassName
{
border-color: #706867;
}
.TagClassName
{
border-color: #706867;
}
</style>