Shades of Davy's Grey #72936E
Tints of Davy's Grey #72936E
RGB
CMYK
RGB Variations
Color information
#72936E (or 0x72936E) is known color: Davy's Grey. HEX triplet: 72, 93 and 6E. RGB value is (114,147,110). Sum of RGB (Red+Green+Blue) = 114+147+110=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #72936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72936E is #8D6C91. Grayscale: #858585. Windows color (decimal): -9268370 or 7246706. OLE color: 7246706.
HSL color Cylindrical-coordinate representation of color #72936E: hue angle of 113.51º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72936E is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 110 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.42 |
| HSL | 113.51º | 0.15% | 0.5% | - |
| HSV(B) | 113.51º | 0.25% | 0.58% | - |
| XYZ | 20.19 | 25.57 | 18.62 | - |
| YUV | 132.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 110 | 0.22 | 0 | 0.25 | 0.42 | 113.51 | 0.15 | 0.5 |
| Hex | 72 | 93 | 6E | 16 | 0 | 19 | 2A | 72 | F | 32 |
| Octal | 162 | 223 | 156 | 26 | 0 | 31 | 52 | 162 | 17 | 62 |
| Binary | 1110010 | 10010011 | 1101110 | 10110 | 0 | 11001 | 101010 | 1110010 | 1111 | 110010 |
Color Harmonies of #72936E
Complementary color
Monochromatic Colors of #72936E
Black with #72936E
Text Example
Text Example
White with #72936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72936E; }
p { color: rgb(114,147,110); }
H1.HeaderClassName
{
color: #72936E;
}
.AnyTagClassName
{
color: #72936E;
}
</style>
background-color css
<style>
a { background-color: #72936E; }
a { background-color: rgb(114,147,110); }
div.DivClassName
{
background-color: #72936E;
}
.BgClassName
{
background-color: #72936E;
}
</style>
border-color css
<style>
span { border-color: #72936E; }
span { border-color: rgb(114,147,110); }
td.TdClassName
{
border-color: #72936E;
}
.TagClassName
{
border-color: #72936E;
}
</style>