Shades of Dim Gray #706B6A
Tints of Dim Gray #706B6A
RGB
CMYK
RGB Variations
Color information
#706B6A (or 0x706B6A) is known color: Dim Gray. HEX triplet: 70, 6B and 6A. RGB value is (112,107,106). Sum of RGB (Red+Green+Blue) = 112+107+106=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #706B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B6A is #8F9495. Grayscale: #6C6C6C. Windows color (decimal): -9409686 or 6974320. OLE color: 6974320.
HSL color Cylindrical-coordinate representation of color #706B6A: hue angle of 10º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #706B6A is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 106 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.56 |
| HSL | 10º | 0.03% | 0.43% | - |
| HSV(B) | 10º | 0.05% | 0.44% | - |
| XYZ | 14.54 | 15 | 15.76 | - |
| YUV | 108.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 106 | 0 | 0.04 | 0.05 | 0.56 | 10 | 0.03 | 0.43 |
| Hex | 70 | 6B | 6A | 0 | 4 | 5 | 38 | A | 3 | 2B |
| Octal | 160 | 153 | 152 | 0 | 4 | 5 | 70 | 12 | 3 | 53 |
| Binary | 1110000 | 1101011 | 1101010 | 0 | 100 | 101 | 111000 | 1010 | 11 | 101011 |
Color Harmonies of #706B6A
Complementary color
Monochromatic Colors of #706B6A
Black with #706B6A
Text Example
Text Example
White with #706B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B6A; }
p { color: rgb(112,107,106); }
H1.HeaderClassName
{
color: #706B6A;
}
.AnyTagClassName
{
color: #706B6A;
}
</style>
background-color css
<style>
a { background-color: #706B6A; }
a { background-color: rgb(112,107,106); }
div.DivClassName
{
background-color: #706B6A;
}
.BgClassName
{
background-color: #706B6A;
}
</style>
border-color css
<style>
span { border-color: #706B6A; }
span { border-color: rgb(112,107,106); }
td.TdClassName
{
border-color: #706B6A;
}
.TagClassName
{
border-color: #706B6A;
}
</style>