Shades of Dim Gray #706A69
Tints of Dim Gray #706A69
RGB
CMYK
RGB Variations
Color information
#706A69 (or 0x706A69) is known color: Dim Gray. HEX triplet: 70, 6A and 69. RGB value is (112,106,105). Sum of RGB (Red+Green+Blue) = 112+106+105=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 112 - color contains mainly: red. Hex color #706A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A69 is #8F9596. Grayscale: #6B6B6B. Windows color (decimal): -9409943 or 6908528. OLE color: 6908528.
HSL color Cylindrical-coordinate representation of color #706A69: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #706A69 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 106 | 105 | - |
| CMYK | 0 | 0.05 | 0.06 | 0.56 |
| HSL | 8.57º | 0.03% | 0.43% | - |
| HSV(B) | 8.57º | 0.06% | 0.44% | - |
| XYZ | 14.39 | 14.77 | 15.46 | - |
| YUV | 107.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 105 | 0 | 0.05 | 0.06 | 0.56 | 8.57 | 0.03 | 0.43 |
| Hex | 70 | 6A | 69 | 0 | 5 | 6 | 38 | 9 | 3 | 2B |
| Octal | 160 | 152 | 151 | 0 | 5 | 6 | 70 | 11 | 3 | 53 |
| Binary | 1110000 | 1101010 | 1101001 | 0 | 101 | 110 | 111000 | 1001 | 11 | 101011 |
Color Harmonies of #706A69
Complementary color
Monochromatic Colors of #706A69
Black with #706A69
Text Example
Text Example
White with #706A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706A69; }
p { color: rgb(112,106,105); }
H1.HeaderClassName
{
color: #706A69;
}
.AnyTagClassName
{
color: #706A69;
}
</style>
background-color css
<style>
a { background-color: #706A69; }
a { background-color: rgb(112,106,105); }
div.DivClassName
{
background-color: #706A69;
}
.BgClassName
{
background-color: #706A69;
}
</style>
border-color css
<style>
span { border-color: #706A69; }
span { border-color: rgb(112,106,105); }
td.TdClassName
{
border-color: #706A69;
}
.TagClassName
{
border-color: #706A69;
}
</style>