Shades of Davy's Grey #769373
Tints of Davy's Grey #769373
RGB
CMYK
RGB Variations
Color information
#769373 (or 0x769373) is known color: Davy's Grey. HEX triplet: 76, 93 and 73. RGB value is (118,147,115). Sum of RGB (Red+Green+Blue) = 118+147+115=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 147 - color contains mainly: green. Hex color #769373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769373 is #896C8C. Grayscale: #868686. Windows color (decimal): -9006221 or 7574390. OLE color: 7574390.
HSL color Cylindrical-coordinate representation of color #769373: hue angle of 114.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769373 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 147 | 115 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.42 |
| HSL | 114.38º | 0.13% | 0.51% | - |
| HSV(B) | 114.38º | 0.22% | 0.58% | - |
| XYZ | 21 | 25.96 | 20.12 | - |
| YUV | 134.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 147 | 115 | 0.20 | 0 | 0.22 | 0.42 | 114.38 | 0.13 | 0.51 |
| Hex | 76 | 93 | 73 | 14 | 0 | 16 | 2A | 72 | D | 33 |
| Octal | 166 | 223 | 163 | 24 | 0 | 26 | 52 | 162 | 15 | 63 |
| Binary | 1110110 | 10010011 | 1110011 | 10100 | 0 | 10110 | 101010 | 1110010 | 1101 | 110011 |
Color Harmonies of #769373
Complementary color
Monochromatic Colors of #769373
Black with #769373
Text Example
Text Example
White with #769373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769373; }
p { color: rgb(118,147,115); }
H1.HeaderClassName
{
color: #769373;
}
.AnyTagClassName
{
color: #769373;
}
</style>
background-color css
<style>
a { background-color: #769373; }
a { background-color: rgb(118,147,115); }
div.DivClassName
{
background-color: #769373;
}
.BgClassName
{
background-color: #769373;
}
</style>
border-color css
<style>
span { border-color: #769373; }
span { border-color: rgb(118,147,115); }
td.TdClassName
{
border-color: #769373;
}
.TagClassName
{
border-color: #769373;
}
</style>