Shades of Davy's Grey #768B75
Tints of Davy's Grey #768B75
RGB
CMYK
RGB Variations
Color information
#768B75 (or 0x768B75) is known color: Davy's Grey. HEX triplet: 76, 8B and 75. RGB value is (118,139,117). Sum of RGB (Red+Green+Blue) = 118+139+117=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #768B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B75 is #89748A. Grayscale: #828282. Windows color (decimal): -9008267 or 7703414. OLE color: 7703414.
HSL color Cylindrical-coordinate representation of color #768B75: hue angle of 117.27º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768B75 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 117 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.45 |
| HSL | 117.27º | 0.09% | 0.5% | - |
| HSV(B) | 117.27º | 0.16% | 0.55% | - |
| XYZ | 19.91 | 23.6 | 20.34 | - |
| YUV | 130.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 117 | 0.15 | 0 | 0.16 | 0.45 | 117.27 | 0.09 | 0.5 |
| Hex | 76 | 8B | 75 | F | 0 | 10 | 2D | 75 | 9 | 32 |
| Octal | 166 | 213 | 165 | 17 | 0 | 20 | 55 | 165 | 11 | 62 |
| Binary | 1110110 | 10001011 | 1110101 | 1111 | 0 | 10000 | 101101 | 1110101 | 1001 | 110010 |
Color Harmonies of #768B75
Complementary color
Monochromatic Colors of #768B75
Black with #768B75
Text Example
Text Example
White with #768B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B75; }
p { color: rgb(118,139,117); }
H1.HeaderClassName
{
color: #768B75;
}
.AnyTagClassName
{
color: #768B75;
}
</style>
background-color css
<style>
a { background-color: #768B75; }
a { background-color: rgb(118,139,117); }
div.DivClassName
{
background-color: #768B75;
}
.BgClassName
{
background-color: #768B75;
}
</style>
border-color css
<style>
span { border-color: #768B75; }
span { border-color: rgb(118,139,117); }
td.TdClassName
{
border-color: #768B75;
}
.TagClassName
{
border-color: #768B75;
}
</style>