Shades of Davy's Grey #788F7A
Tints of Davy's Grey #788F7A
RGB
CMYK
RGB Variations
Color information
#788F7A (or 0x788F7A) is known color: Davy's Grey. HEX triplet: 78, 8F and 7A. RGB value is (120,143,122). Sum of RGB (Red+Green+Blue) = 120+143+122=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #788F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F7A is #877085. Grayscale: #858585. Windows color (decimal): -8876166 or 8032120. OLE color: 8032120.
HSL color Cylindrical-coordinate representation of color #788F7A: hue angle of 125.22º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788F7A is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 122 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.44 |
| HSL | 125.22º | 0.09% | 0.52% | - |
| HSV(B) | 125.22º | 0.16% | 0.56% | - |
| XYZ | 21.08 | 25.04 | 22.14 | - |
| YUV | 133.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 122 | 0.16 | 0 | 0.15 | 0.44 | 125.22 | 0.09 | 0.52 |
| Hex | 78 | 8F | 7A | 10 | 0 | F | 2C | 7D | 9 | 34 |
| Octal | 170 | 217 | 172 | 20 | 0 | 17 | 54 | 175 | 11 | 64 |
| Binary | 1111000 | 10001111 | 1111010 | 10000 | 0 | 1111 | 101100 | 1111101 | 1001 | 110100 |
Color Harmonies of #788F7A
Complementary color
Monochromatic Colors of #788F7A
Black with #788F7A
Text Example
Text Example
White with #788F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F7A; }
p { color: rgb(120,143,122); }
H1.HeaderClassName
{
color: #788F7A;
}
.AnyTagClassName
{
color: #788F7A;
}
</style>
background-color css
<style>
a { background-color: #788F7A; }
a { background-color: rgb(120,143,122); }
div.DivClassName
{
background-color: #788F7A;
}
.BgClassName
{
background-color: #788F7A;
}
</style>
border-color css
<style>
span { border-color: #788F7A; }
span { border-color: rgb(120,143,122); }
td.TdClassName
{
border-color: #788F7A;
}
.TagClassName
{
border-color: #788F7A;
}
</style>