Shades of Dove Grey #77736A
Tints of Dove Grey #77736A
RGB
CMYK
RGB Variations
Color information
#77736A (or 0x77736A) is known color: Dove Grey. HEX triplet: 77, 73 and 6A. RGB value is (119,115,106). Sum of RGB (Red+Green+Blue) = 119+115+106=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #77736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77736A is #888C95. Grayscale: #737373. Windows color (decimal): -8948886 or 6976375. OLE color: 6976375.
HSL color Cylindrical-coordinate representation of color #77736A: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77736A is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 106 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.53 |
| HSL | 41.54º | 0.06% | 0.44% | - |
| HSV(B) | 41.54º | 0.11% | 0.47% | - |
| XYZ | 16.34 | 17.22 | 16.1 | - |
| YUV | 115.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 106 | 0 | 0.03 | 0.11 | 0.53 | 41.54 | 0.06 | 0.44 |
| Hex | 77 | 73 | 6A | 0 | 3 | B | 35 | 2A | 6 | 2C |
| Octal | 167 | 163 | 152 | 0 | 3 | 13 | 65 | 52 | 6 | 54 |
| Binary | 1110111 | 1110011 | 1101010 | 0 | 11 | 1011 | 110101 | 101010 | 110 | 101100 |
Color Harmonies of #77736A
Complementary color
Monochromatic Colors of #77736A
Black with #77736A
Text Example
Text Example
White with #77736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77736A; }
p { color: rgb(119,115,106); }
H1.HeaderClassName
{
color: #77736A;
}
.AnyTagClassName
{
color: #77736A;
}
</style>
background-color css
<style>
a { background-color: #77736A; }
a { background-color: rgb(119,115,106); }
div.DivClassName
{
background-color: #77736A;
}
.BgClassName
{
background-color: #77736A;
}
</style>
border-color css
<style>
span { border-color: #77736A; }
span { border-color: rgb(119,115,106); }
td.TdClassName
{
border-color: #77736A;
}
.TagClassName
{
border-color: #77736A;
}
</style>