Shades of Davy's Grey #769077
Tints of Davy's Grey #769077
RGB
CMYK
RGB Variations
Color information
#769077 (or 0x769077) is known color: Davy's Grey. HEX triplet: 76, 90 and 77. RGB value is (118,144,119). Sum of RGB (Red+Green+Blue) = 118+144+119=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #769077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769077 is #896F88. Grayscale: #858585. Windows color (decimal): -9006985 or 7835766. OLE color: 7835766.
HSL color Cylindrical-coordinate representation of color #769077: hue angle of 122.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #769077 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 119 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.44 |
| HSL | 122.31º | 0.1% | 0.51% | - |
| HSV(B) | 122.31º | 0.18% | 0.56% | - |
| XYZ | 20.77 | 25.13 | 21.21 | - |
| YUV | 133.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 119 | 0.18 | 0 | 0.17 | 0.44 | 122.31 | 0.1 | 0.51 |
| Hex | 76 | 90 | 77 | 12 | 0 | 11 | 2C | 7A | A | 33 |
| Octal | 166 | 220 | 167 | 22 | 0 | 21 | 54 | 172 | 12 | 63 |
| Binary | 1110110 | 10010000 | 1110111 | 10010 | 0 | 10001 | 101100 | 1111010 | 1010 | 110011 |
Color Harmonies of #769077
Complementary color
Monochromatic Colors of #769077
Black with #769077
Text Example
Text Example
White with #769077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769077; }
p { color: rgb(118,144,119); }
H1.HeaderClassName
{
color: #769077;
}
.AnyTagClassName
{
color: #769077;
}
</style>
background-color css
<style>
a { background-color: #769077; }
a { background-color: rgb(118,144,119); }
div.DivClassName
{
background-color: #769077;
}
.BgClassName
{
background-color: #769077;
}
</style>
border-color css
<style>
span { border-color: #769077; }
span { border-color: rgb(118,144,119); }
td.TdClassName
{
border-color: #769077;
}
.TagClassName
{
border-color: #769077;
}
</style>