Shades of Davy's Grey #799377
Tints of Davy's Grey #799377
RGB
CMYK
RGB Variations
Color information
#799377 (or 0x799377) is known color: Davy's Grey. HEX triplet: 79, 93 and 77. RGB value is (121,147,119). Sum of RGB (Red+Green+Blue) = 121+147+119=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #799377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799377 is #866C88. Grayscale: #888888. Windows color (decimal): -8809609 or 7836537. OLE color: 7836537.
HSL color Cylindrical-coordinate representation of color #799377: hue angle of 115.71º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #799377 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 147 | 119 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.42 |
| HSL | 115.71º | 0.11% | 0.52% | - |
| HSV(B) | 115.71º | 0.19% | 0.58% | - |
| XYZ | 21.65 | 26.26 | 21.38 | - |
| YUV | 136.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 147 | 119 | 0.18 | 0 | 0.19 | 0.42 | 115.71 | 0.11 | 0.52 |
| Hex | 79 | 93 | 77 | 12 | 0 | 13 | 2A | 74 | B | 34 |
| Octal | 171 | 223 | 167 | 22 | 0 | 23 | 52 | 164 | 13 | 64 |
| Binary | 1111001 | 10010011 | 1110111 | 10010 | 0 | 10011 | 101010 | 1110100 | 1011 | 110100 |
Color Harmonies of #799377
Complementary color
Monochromatic Colors of #799377
Black with #799377
Text Example
Text Example
White with #799377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799377; }
p { color: rgb(121,147,119); }
H1.HeaderClassName
{
color: #799377;
}
.AnyTagClassName
{
color: #799377;
}
</style>
background-color css
<style>
a { background-color: #799377; }
a { background-color: rgb(121,147,119); }
div.DivClassName
{
background-color: #799377;
}
.BgClassName
{
background-color: #799377;
}
</style>
border-color css
<style>
span { border-color: #799377; }
span { border-color: rgb(121,147,119); }
td.TdClassName
{
border-color: #799377;
}
.TagClassName
{
border-color: #799377;
}
</style>