Shades of Davy's Grey #778B75
Tints of Davy's Grey #778B75
RGB
CMYK
RGB Variations
Color information
#778B75 (or 0x778B75) is known color: Davy's Grey. HEX triplet: 77, 8B and 75. RGB value is (119,139,117). Sum of RGB (Red+Green+Blue) = 119+139+117=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #778B75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B75 is #88748A. Grayscale: #828282. Windows color (decimal): -8942731 or 7703415. OLE color: 7703415.
HSL color Cylindrical-coordinate representation of color #778B75: hue angle of 114.55º 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 #778B75 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 117 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.45 |
| HSL | 114.55º | 0.09% | 0.5% | - |
| HSV(B) | 114.55º | 0.16% | 0.55% | - |
| XYZ | 20.05 | 23.67 | 20.34 | - |
| YUV | 130.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 117 | 0.14 | 0 | 0.16 | 0.45 | 114.55 | 0.09 | 0.5 |
| Hex | 77 | 8B | 75 | E | 0 | 10 | 2D | 73 | 9 | 32 |
| Octal | 167 | 213 | 165 | 16 | 0 | 20 | 55 | 163 | 11 | 62 |
| Binary | 1110111 | 10001011 | 1110101 | 1110 | 0 | 10000 | 101101 | 1110011 | 1001 | 110010 |
Color Harmonies of #778B75
Complementary color
Monochromatic Colors of #778B75
Black with #778B75
Text Example
Text Example
White with #778B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B75; }
p { color: rgb(119,139,117); }
H1.HeaderClassName
{
color: #778B75;
}
.AnyTagClassName
{
color: #778B75;
}
</style>
background-color css
<style>
a { background-color: #778B75; }
a { background-color: rgb(119,139,117); }
div.DivClassName
{
background-color: #778B75;
}
.BgClassName
{
background-color: #778B75;
}
</style>
border-color css
<style>
span { border-color: #778B75; }
span { border-color: rgb(119,139,117); }
td.TdClassName
{
border-color: #778B75;
}
.TagClassName
{
border-color: #778B75;
}
</style>