Shades of Davy's Grey #728370
Tints of Davy's Grey #728370
RGB
CMYK
RGB Variations
Color information
#728370 (or 0x728370) is known color: Davy's Grey. HEX triplet: 72, 83 and 70. RGB value is (114,131,112). Sum of RGB (Red+Green+Blue) = 114+131+112=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #728370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728370 is #8D7C8F. Grayscale: #7B7B7B. Windows color (decimal): -9272464 or 7373682. OLE color: 7373682.
HSL color Cylindrical-coordinate representation of color #728370: hue angle of 113.68º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #728370 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 131 | 112 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.49 |
| HSL | 113.68º | 0.08% | 0.48% | - |
| HSV(B) | 113.68º | 0.15% | 0.51% | - |
| XYZ | 17.98 | 20.98 | 18.43 | - |
| YUV | 123.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 131 | 112 | 0.13 | 0 | 0.15 | 0.49 | 113.68 | 0.08 | 0.48 |
| Hex | 72 | 83 | 70 | D | 0 | F | 31 | 72 | 8 | 30 |
| Octal | 162 | 203 | 160 | 15 | 0 | 17 | 61 | 162 | 10 | 60 |
| Binary | 1110010 | 10000011 | 1110000 | 1101 | 0 | 1111 | 110001 | 1110010 | 1000 | 110000 |
Color Harmonies of #728370
Complementary color
Monochromatic Colors of #728370
Black with #728370
Text Example
Text Example
White with #728370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728370; }
p { color: rgb(114,131,112); }
H1.HeaderClassName
{
color: #728370;
}
.AnyTagClassName
{
color: #728370;
}
</style>
background-color css
<style>
a { background-color: #728370; }
a { background-color: rgb(114,131,112); }
div.DivClassName
{
background-color: #728370;
}
.BgClassName
{
background-color: #728370;
}
</style>
border-color css
<style>
span { border-color: #728370; }
span { border-color: rgb(114,131,112); }
td.TdClassName
{
border-color: #728370;
}
.TagClassName
{
border-color: #728370;
}
</style>