Shades of Davy's Grey #769974
Tints of Davy's Grey #769974
RGB
CMYK
RGB Variations
Color information
#769974 (or 0x769974) is known color: Davy's Grey. HEX triplet: 76, 99 and 74. RGB value is (118,153,116). Sum of RGB (Red+Green+Blue) = 118+153+116=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #769974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769974 is #89668B. Grayscale: #8A8A8A. Windows color (decimal): -9004684 or 7641462. OLE color: 7641462.
HSL color Cylindrical-coordinate representation of color #769974: hue angle of 116.76º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #769974 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 118 | 153 | 116 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.4 |
| HSL | 116.76º | 0.15% | 0.53% | - |
| HSV(B) | 116.76º | 0.24% | 0.6% | - |
| XYZ | 22.01 | 27.89 | 20.75 | - |
| YUV | 138.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 116 | 0.23 | 0 | 0.24 | 0.4 | 116.76 | 0.15 | 0.53 |
| Hex | 76 | 99 | 74 | 17 | 0 | 18 | 28 | 75 | F | 35 |
| Octal | 166 | 231 | 164 | 27 | 0 | 30 | 50 | 165 | 17 | 65 |
| Binary | 1110110 | 10011001 | 1110100 | 10111 | 0 | 11000 | 101000 | 1110101 | 1111 | 110101 |
Color Harmonies of #769974
Complementary color
Monochromatic Colors of #769974
Black with #769974
Text Example
Text Example
White with #769974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769974; }
p { color: rgb(118,153,116); }
H1.HeaderClassName
{
color: #769974;
}
.AnyTagClassName
{
color: #769974;
}
</style>
background-color css
<style>
a { background-color: #769974; }
a { background-color: rgb(118,153,116); }
div.DivClassName
{
background-color: #769974;
}
.BgClassName
{
background-color: #769974;
}
</style>
border-color css
<style>
span { border-color: #769974; }
span { border-color: rgb(118,153,116); }
td.TdClassName
{
border-color: #769974;
}
.TagClassName
{
border-color: #769974;
}
</style>