Shades of Davy's Grey #789676
Tints of Davy's Grey #789676
RGB
CMYK
RGB Variations
Color information
#789676 (or 0x789676) is known color: Davy's Grey. HEX triplet: 78, 96 and 76. RGB value is (120,150,118). Sum of RGB (Red+Green+Blue) = 120+150+118=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #789676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789676 is #876989. Grayscale: #898989. Windows color (decimal): -8874378 or 7771768. OLE color: 7771768.
HSL color Cylindrical-coordinate representation of color #789676: hue angle of 116.25º 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 #789676 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 150 | 118 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.41 |
| HSL | 116.25º | 0.13% | 0.53% | - |
| HSV(B) | 116.25º | 0.21% | 0.59% | - |
| XYZ | 21.92 | 27.11 | 21.22 | - |
| YUV | 137.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 150 | 118 | 0.20 | 0 | 0.21 | 0.41 | 116.25 | 0.13 | 0.53 |
| Hex | 78 | 96 | 76 | 14 | 0 | 15 | 29 | 74 | D | 35 |
| Octal | 170 | 226 | 166 | 24 | 0 | 25 | 51 | 164 | 15 | 65 |
| Binary | 1111000 | 10010110 | 1110110 | 10100 | 0 | 10101 | 101001 | 1110100 | 1101 | 110101 |
Color Harmonies of #789676
Complementary color
Monochromatic Colors of #789676
Black with #789676
Text Example
Text Example
White with #789676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789676; }
p { color: rgb(120,150,118); }
H1.HeaderClassName
{
color: #789676;
}
.AnyTagClassName
{
color: #789676;
}
</style>
background-color css
<style>
a { background-color: #789676; }
a { background-color: rgb(120,150,118); }
div.DivClassName
{
background-color: #789676;
}
.BgClassName
{
background-color: #789676;
}
</style>
border-color css
<style>
span { border-color: #789676; }
span { border-color: rgb(120,150,118); }
td.TdClassName
{
border-color: #789676;
}
.TagClassName
{
border-color: #789676;
}
</style>