Shades of Davy's Grey #78977A
Tints of Davy's Grey #78977A
RGB
CMYK
RGB Variations
Color information
#78977A (or 0x78977A) is known color: Davy's Grey. HEX triplet: 78, 97 and 7A. RGB value is (120,151,122). Sum of RGB (Red+Green+Blue) = 120+151+122=393 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.53% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #78977A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78977A is #876885. Grayscale: #8A8A8A. Windows color (decimal): -8874118 or 8034168. OLE color: 8034168.
HSL color Cylindrical-coordinate representation of color #78977A: hue angle of 123.87º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78977A is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 122 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.41 |
| HSL | 123.87º | 0.13% | 0.53% | - |
| HSV(B) | 123.87º | 0.21% | 0.59% | - |
| XYZ | 22.33 | 27.53 | 22.55 | - |
| YUV | 138.43 | 118.73 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 122 | 0.21 | 0 | 0.19 | 0.41 | 123.87 | 0.13 | 0.53 |
| Hex | 78 | 97 | 7A | 15 | 0 | 13 | 29 | 7C | D | 35 |
| Octal | 170 | 227 | 172 | 25 | 0 | 23 | 51 | 174 | 15 | 65 |
| Binary | 1111000 | 10010111 | 1111010 | 10101 | 0 | 10011 | 101001 | 1111100 | 1101 | 110101 |
Color Harmonies of #78977A
Complementary color
Monochromatic Colors of #78977A
Black with #78977A
Text Example
Text Example
White with #78977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78977A; }
p { color: rgb(120,151,122); }
H1.HeaderClassName
{
color: #78977A;
}
.AnyTagClassName
{
color: #78977A;
}
</style>
background-color css
<style>
a { background-color: #78977A; }
a { background-color: rgb(120,151,122); }
div.DivClassName
{
background-color: #78977A;
}
.BgClassName
{
background-color: #78977A;
}
</style>
border-color css
<style>
span { border-color: #78977A; }
span { border-color: rgb(120,151,122); }
td.TdClassName
{
border-color: #78977A;
}
.TagClassName
{
border-color: #78977A;
}
</style>