Shades of Dove Grey #76746A
Tints of Dove Grey #76746A
RGB
CMYK
RGB Variations
Color information
#76746A (or 0x76746A) is known color: Dove Grey. HEX triplet: 76, 74 and 6A. RGB value is (118,116,106). Sum of RGB (Red+Green+Blue) = 118+116+106=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 118 - color contains mainly: red. Hex color #76746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76746A is #898B95. Grayscale: #737373. Windows color (decimal): -9014166 or 6976630. OLE color: 6976630.
HSL color Cylindrical-coordinate representation of color #76746A: hue angle of 50º 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 #76746A is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 106 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.54 |
| HSL | 50º | 0.05% | 0.44% | - |
| HSV(B) | 50º | 0.1% | 0.46% | - |
| XYZ | 16.32 | 17.38 | 16.13 | - |
| YUV | 115.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 106 | 0 | 0.02 | 0.10 | 0.54 | 50 | 0.05 | 0.44 |
| Hex | 76 | 74 | 6A | 0 | 2 | A | 36 | 32 | 5 | 2C |
| Octal | 166 | 164 | 152 | 0 | 2 | 12 | 66 | 62 | 5 | 54 |
| Binary | 1110110 | 1110100 | 1101010 | 0 | 10 | 1010 | 110110 | 110010 | 101 | 101100 |
Color Harmonies of #76746A
Complementary color
Monochromatic Colors of #76746A
Black with #76746A
Text Example
Text Example
White with #76746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76746A; }
p { color: rgb(118,116,106); }
H1.HeaderClassName
{
color: #76746A;
}
.AnyTagClassName
{
color: #76746A;
}
</style>
background-color css
<style>
a { background-color: #76746A; }
a { background-color: rgb(118,116,106); }
div.DivClassName
{
background-color: #76746A;
}
.BgClassName
{
background-color: #76746A;
}
</style>
border-color css
<style>
span { border-color: #76746A; }
span { border-color: rgb(118,116,106); }
td.TdClassName
{
border-color: #76746A;
}
.TagClassName
{
border-color: #76746A;
}
</style>