Shades of Davy's Grey #718F6E
Tints of Davy's Grey #718F6E
RGB
CMYK
RGB Variations
Color information
#718F6E (or 0x718F6E) is known color: Davy's Grey. HEX triplet: 71, 8F and 6E. RGB value is (113,143,110). Sum of RGB (Red+Green+Blue) = 113+143+110=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 143 - color contains mainly: green. Hex color #718F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718F6E is #8E7091. Grayscale: #828282. Windows color (decimal): -9334930 or 7245681. OLE color: 7245681.
HSL color Cylindrical-coordinate representation of color #718F6E: hue angle of 114.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718F6E is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 143 | 110 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.44 |
| HSL | 114.55º | 0.13% | 0.5% | - |
| HSV(B) | 114.55º | 0.23% | 0.56% | - |
| XYZ | 19.45 | 24.28 | 18.41 | - |
| YUV | 130.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 143 | 110 | 0.21 | 0 | 0.23 | 0.44 | 114.55 | 0.13 | 0.5 |
| Hex | 71 | 8F | 6E | 15 | 0 | 17 | 2C | 73 | D | 32 |
| Octal | 161 | 217 | 156 | 25 | 0 | 27 | 54 | 163 | 15 | 62 |
| Binary | 1110001 | 10001111 | 1101110 | 10101 | 0 | 10111 | 101100 | 1110011 | 1101 | 110010 |
Color Harmonies of #718F6E
Complementary color
Monochromatic Colors of #718F6E
Black with #718F6E
Text Example
Text Example
White with #718F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718F6E; }
p { color: rgb(113,143,110); }
H1.HeaderClassName
{
color: #718F6E;
}
.AnyTagClassName
{
color: #718F6E;
}
</style>
background-color css
<style>
a { background-color: #718F6E; }
a { background-color: rgb(113,143,110); }
div.DivClassName
{
background-color: #718F6E;
}
.BgClassName
{
background-color: #718F6E;
}
</style>
border-color css
<style>
span { border-color: #718F6E; }
span { border-color: rgb(113,143,110); }
td.TdClassName
{
border-color: #718F6E;
}
.TagClassName
{
border-color: #718F6E;
}
</style>