Shades of Davy's Grey #768475
Tints of Davy's Grey #768475
RGB
CMYK
RGB Variations
Color information
#768475 (or 0x768475) is known color: Davy's Grey. HEX triplet: 76, 84 and 75. RGB value is (118,132,117). Sum of RGB (Red+Green+Blue) = 118+132+117=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 132 - color contains mainly: green. Hex color #768475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768475 is #897B8A. Grayscale: #7E7E7E. Windows color (decimal): -9010059 or 7701622. OLE color: 7701622.
HSL color Cylindrical-coordinate representation of color #768475: hue angle of 116º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #768475 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 117 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.48 |
| HSL | 116º | 0.06% | 0.49% | - |
| HSV(B) | 116º | 0.11% | 0.52% | - |
| XYZ | 18.93 | 21.64 | 20.01 | - |
| YUV | 126.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 117 | 0.11 | 0 | 0.11 | 0.48 | 116 | 0.06 | 0.49 |
| Hex | 76 | 84 | 75 | B | 0 | B | 30 | 74 | 6 | 31 |
| Octal | 166 | 204 | 165 | 13 | 0 | 13 | 60 | 164 | 6 | 61 |
| Binary | 1110110 | 10000100 | 1110101 | 1011 | 0 | 1011 | 110000 | 1110100 | 110 | 110001 |
Color Harmonies of #768475
Complementary color
Monochromatic Colors of #768475
Black with #768475
Text Example
Text Example
White with #768475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768475; }
p { color: rgb(118,132,117); }
H1.HeaderClassName
{
color: #768475;
}
.AnyTagClassName
{
color: #768475;
}
</style>
background-color css
<style>
a { background-color: #768475; }
a { background-color: rgb(118,132,117); }
div.DivClassName
{
background-color: #768475;
}
.BgClassName
{
background-color: #768475;
}
</style>
border-color css
<style>
span { border-color: #768475; }
span { border-color: rgb(118,132,117); }
td.TdClassName
{
border-color: #768475;
}
.TagClassName
{
border-color: #768475;
}
</style>