Shades of Davy's Grey #708B6D
Tints of Davy's Grey #708B6D
RGB
CMYK
RGB Variations
Color information
#708B6D (or 0x708B6D) is known color: Davy's Grey. HEX triplet: 70, 8B and 6D. RGB value is (112,139,109). Sum of RGB (Red+Green+Blue) = 112+139+109=360 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.11% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #708B6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708B6D is #8F7492. Grayscale: #7F7F7F. Windows color (decimal): -9401491 or 7179120. OLE color: 7179120.
HSL color Cylindrical-coordinate representation of color #708B6D: hue angle of 114º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708B6D is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 112 | 139 | 109 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.45 |
| HSL | 114º | 0.12% | 0.49% | - |
| HSV(B) | 114º | 0.22% | 0.55% | - |
| XYZ | 18.68 | 23.01 | 17.93 | - |
| YUV | 127.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 139 | 109 | 0.19 | 0 | 0.22 | 0.45 | 114 | 0.12 | 0.49 |
| Hex | 70 | 8B | 6D | 13 | 0 | 16 | 2D | 72 | C | 31 |
| Octal | 160 | 213 | 155 | 23 | 0 | 26 | 55 | 162 | 14 | 61 |
| Binary | 1110000 | 10001011 | 1101101 | 10011 | 0 | 10110 | 101101 | 1110010 | 1100 | 110001 |
Color Harmonies of #708B6D
Complementary color
Monochromatic Colors of #708B6D
Black with #708B6D
Text Example
Text Example
White with #708B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708B6D; }
p { color: rgb(112,139,109); }
H1.HeaderClassName
{
color: #708B6D;
}
.AnyTagClassName
{
color: #708B6D;
}
</style>
background-color css
<style>
a { background-color: #708B6D; }
a { background-color: rgb(112,139,109); }
div.DivClassName
{
background-color: #708B6D;
}
.BgClassName
{
background-color: #708B6D;
}
</style>
border-color css
<style>
span { border-color: #708B6D; }
span { border-color: rgb(112,139,109); }
td.TdClassName
{
border-color: #708B6D;
}
.TagClassName
{
border-color: #708B6D;
}
</style>