Shades of Davy's Grey #768574
Tints of Davy's Grey #768574
RGB
CMYK
RGB Variations
Color information
#768574 (or 0x768574) is known color: Davy's Grey. HEX triplet: 76, 85 and 74. RGB value is (118,133,116). Sum of RGB (Red+Green+Blue) = 118+133+116=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #768574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768574 is #897A8B. Grayscale: #7E7E7E. Windows color (decimal): -9009804 or 7636342. OLE color: 7636342.
HSL color Cylindrical-coordinate representation of color #768574: hue angle of 112.94º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768574 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 116 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.48 |
| HSL | 112.94º | 0.07% | 0.49% | - |
| HSV(B) | 112.94º | 0.13% | 0.52% | - |
| XYZ | 19.01 | 21.89 | 19.75 | - |
| YUV | 126.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 116 | 0.11 | 0 | 0.13 | 0.48 | 112.94 | 0.07 | 0.49 |
| Hex | 76 | 85 | 74 | B | 0 | D | 30 | 71 | 7 | 31 |
| Octal | 166 | 205 | 164 | 13 | 0 | 15 | 60 | 161 | 7 | 61 |
| Binary | 1110110 | 10000101 | 1110100 | 1011 | 0 | 1101 | 110000 | 1110001 | 111 | 110001 |
Color Harmonies of #768574
Complementary color
Monochromatic Colors of #768574
Black with #768574
Text Example
Text Example
White with #768574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768574; }
p { color: rgb(118,133,116); }
H1.HeaderClassName
{
color: #768574;
}
.AnyTagClassName
{
color: #768574;
}
</style>
background-color css
<style>
a { background-color: #768574; }
a { background-color: rgb(118,133,116); }
div.DivClassName
{
background-color: #768574;
}
.BgClassName
{
background-color: #768574;
}
</style>
border-color css
<style>
span { border-color: #768574; }
span { border-color: rgb(118,133,116); }
td.TdClassName
{
border-color: #768574;
}
.TagClassName
{
border-color: #768574;
}
</style>