Shades of Davy's Grey #72926E
Tints of Davy's Grey #72926E
RGB
CMYK
RGB Variations
Color information
#72926E (or 0x72926E) is known color: Davy's Grey. HEX triplet: 72, 92 and 6E. RGB value is (114,146,110). Sum of RGB (Red+Green+Blue) = 114+146+110=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #72926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72926E is #8D6D91. Grayscale: #848484. Windows color (decimal): -9268626 or 7246450. OLE color: 7246450.
HSL color Cylindrical-coordinate representation of color #72926E: hue angle of 113.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72926E is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 146 | 110 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.43 |
| HSL | 113.33º | 0.14% | 0.5% | - |
| HSV(B) | 113.33º | 0.25% | 0.57% | - |
| XYZ | 20.03 | 25.26 | 18.57 | - |
| YUV | 132.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 146 | 110 | 0.22 | 0 | 0.25 | 0.43 | 113.33 | 0.14 | 0.5 |
| Hex | 72 | 92 | 6E | 16 | 0 | 19 | 2B | 71 | E | 32 |
| Octal | 162 | 222 | 156 | 26 | 0 | 31 | 53 | 161 | 16 | 62 |
| Binary | 1110010 | 10010010 | 1101110 | 10110 | 0 | 11001 | 101011 | 1110001 | 1110 | 110010 |
Color Harmonies of #72926E
Complementary color
Monochromatic Colors of #72926E
Black with #72926E
Text Example
Text Example
White with #72926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72926E; }
p { color: rgb(114,146,110); }
H1.HeaderClassName
{
color: #72926E;
}
.AnyTagClassName
{
color: #72926E;
}
</style>
background-color css
<style>
a { background-color: #72926E; }
a { background-color: rgb(114,146,110); }
div.DivClassName
{
background-color: #72926E;
}
.BgClassName
{
background-color: #72926E;
}
</style>
border-color css
<style>
span { border-color: #72926E; }
span { border-color: rgb(114,146,110); }
td.TdClassName
{
border-color: #72926E;
}
.TagClassName
{
border-color: #72926E;
}
</style>