Shades of Davy's Grey #788B76
Tints of Davy's Grey #788B76
RGB
CMYK
RGB Variations
Color information
#788B76 (or 0x788B76) is known color: Davy's Grey. HEX triplet: 78, 8B and 76. RGB value is (120,139,118). Sum of RGB (Red+Green+Blue) = 120+139+118=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #788B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B76 is #877489. Grayscale: #828282. Windows color (decimal): -8877194 or 7768952. OLE color: 7768952.
HSL color Cylindrical-coordinate representation of color #788B76: hue angle of 114.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788B76 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 118 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.45 |
| HSL | 114.29º | 0.08% | 0.5% | - |
| HSV(B) | 114.29º | 0.15% | 0.55% | - |
| XYZ | 20.25 | 23.77 | 20.66 | - |
| YUV | 130.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 118 | 0.14 | 0 | 0.15 | 0.45 | 114.29 | 0.08 | 0.5 |
| Hex | 78 | 8B | 76 | E | 0 | F | 2D | 72 | 8 | 32 |
| Octal | 170 | 213 | 166 | 16 | 0 | 17 | 55 | 162 | 10 | 62 |
| Binary | 1111000 | 10001011 | 1110110 | 1110 | 0 | 1111 | 101101 | 1110010 | 1000 | 110010 |
Color Harmonies of #788B76
Complementary color
Monochromatic Colors of #788B76
Black with #788B76
Text Example
Text Example
White with #788B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B76; }
p { color: rgb(120,139,118); }
H1.HeaderClassName
{
color: #788B76;
}
.AnyTagClassName
{
color: #788B76;
}
</style>
background-color css
<style>
a { background-color: #788B76; }
a { background-color: rgb(120,139,118); }
div.DivClassName
{
background-color: #788B76;
}
.BgClassName
{
background-color: #788B76;
}
</style>
border-color css
<style>
span { border-color: #788B76; }
span { border-color: rgb(120,139,118); }
td.TdClassName
{
border-color: #788B76;
}
.TagClassName
{
border-color: #788B76;
}
</style>