Shades of Davy's Grey #769575
Tints of Davy's Grey #769575
RGB
CMYK
RGB Variations
Color information
#769575 (or 0x769575) is known color: Davy's Grey. HEX triplet: 76, 95 and 75. RGB value is (118,149,117). Sum of RGB (Red+Green+Blue) = 118+149+117=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #769575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769575 is #896A8A. Grayscale: #888888. Windows color (decimal): -9005707 or 7705974. OLE color: 7705974.
HSL color Cylindrical-coordinate representation of color #769575: hue angle of 118.12º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769575 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 117 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.42 |
| HSL | 118.13º | 0.13% | 0.52% | - |
| HSV(B) | 118.13º | 0.21% | 0.58% | - |
| XYZ | 21.43 | 26.63 | 20.84 | - |
| YUV | 136.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 117 | 0.21 | 0 | 0.21 | 0.42 | 118.13 | 0.13 | 0.52 |
| Hex | 76 | 95 | 75 | 15 | 0 | 15 | 2A | 76 | D | 34 |
| Octal | 166 | 225 | 165 | 25 | 0 | 25 | 52 | 166 | 15 | 64 |
| Binary | 1110110 | 10010101 | 1110101 | 10101 | 0 | 10101 | 101010 | 1110110 | 1101 | 110100 |
Color Harmonies of #769575
Complementary color
Monochromatic Colors of #769575
Black with #769575
Text Example
Text Example
White with #769575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769575; }
p { color: rgb(118,149,117); }
H1.HeaderClassName
{
color: #769575;
}
.AnyTagClassName
{
color: #769575;
}
</style>
background-color css
<style>
a { background-color: #769575; }
a { background-color: rgb(118,149,117); }
div.DivClassName
{
background-color: #769575;
}
.BgClassName
{
background-color: #769575;
}
</style>
border-color css
<style>
span { border-color: #769575; }
span { border-color: rgb(118,149,117); }
td.TdClassName
{
border-color: #769575;
}
.TagClassName
{
border-color: #769575;
}
</style>