Shades of Dove Grey #76736A
Tints of Dove Grey #76736A
RGB
CMYK
RGB Variations
Color information
#76736A (or 0x76736A) is known color: Dove Grey. HEX triplet: 76, 73 and 6A. RGB value is (118,115,106). Sum of RGB (Red+Green+Blue) = 118+115+106=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 118 - color contains mainly: red. Hex color #76736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76736A is #898C95. Grayscale: #727272. Windows color (decimal): -9014422 or 6976374. OLE color: 6976374.
HSL color Cylindrical-coordinate representation of color #76736A: hue angle of 45º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #76736A is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 115 | 106 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.54 |
| HSL | 45º | 0.05% | 0.44% | - |
| HSV(B) | 45º | 0.1% | 0.46% | - |
| XYZ | 16.2 | 17.15 | 16.09 | - |
| YUV | 114.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 115 | 106 | 0 | 0.03 | 0.10 | 0.54 | 45 | 0.05 | 0.44 |
| Hex | 76 | 73 | 6A | 0 | 3 | A | 36 | 2D | 5 | 2C |
| Octal | 166 | 163 | 152 | 0 | 3 | 12 | 66 | 55 | 5 | 54 |
| Binary | 1110110 | 1110011 | 1101010 | 0 | 11 | 1010 | 110110 | 101101 | 101 | 101100 |
Color Harmonies of #76736A
Complementary color
Monochromatic Colors of #76736A
Black with #76736A
Text Example
Text Example
White with #76736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76736A; }
p { color: rgb(118,115,106); }
H1.HeaderClassName
{
color: #76736A;
}
.AnyTagClassName
{
color: #76736A;
}
</style>
background-color css
<style>
a { background-color: #76736A; }
a { background-color: rgb(118,115,106); }
div.DivClassName
{
background-color: #76736A;
}
.BgClassName
{
background-color: #76736A;
}
</style>
border-color css
<style>
span { border-color: #76736A; }
span { border-color: rgb(118,115,106); }
td.TdClassName
{
border-color: #76736A;
}
.TagClassName
{
border-color: #76736A;
}
</style>