Shades of Davy's Grey #769178
Tints of Davy's Grey #769178
RGB
CMYK
RGB Variations
Color information
#769178 (or 0x769178) is known color: Davy's Grey. HEX triplet: 76, 91 and 78. RGB value is (118,145,120). Sum of RGB (Red+Green+Blue) = 118+145+120=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #769178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769178 is #896E87. Grayscale: #868686. Windows color (decimal): -9006728 or 7901558. OLE color: 7901558.
HSL color Cylindrical-coordinate representation of color #769178: hue angle of 124.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769178 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 120 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.43 |
| HSL | 124.44º | 0.11% | 0.52% | - |
| HSV(B) | 124.44º | 0.19% | 0.57% | - |
| XYZ | 20.99 | 25.46 | 21.58 | - |
| YUV | 134.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 120 | 0.19 | 0 | 0.17 | 0.43 | 124.44 | 0.11 | 0.52 |
| Hex | 76 | 91 | 78 | 13 | 0 | 11 | 2B | 7C | B | 34 |
| Octal | 166 | 221 | 170 | 23 | 0 | 21 | 53 | 174 | 13 | 64 |
| Binary | 1110110 | 10010001 | 1111000 | 10011 | 0 | 10001 | 101011 | 1111100 | 1011 | 110100 |
Color Harmonies of #769178
Complementary color
Monochromatic Colors of #769178
Black with #769178
Text Example
Text Example
White with #769178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769178; }
p { color: rgb(118,145,120); }
H1.HeaderClassName
{
color: #769178;
}
.AnyTagClassName
{
color: #769178;
}
</style>
background-color css
<style>
a { background-color: #769178; }
a { background-color: rgb(118,145,120); }
div.DivClassName
{
background-color: #769178;
}
.BgClassName
{
background-color: #769178;
}
</style>
border-color css
<style>
span { border-color: #769178; }
span { border-color: rgb(118,145,120); }
td.TdClassName
{
border-color: #769178;
}
.TagClassName
{
border-color: #769178;
}
</style>