Shades of Dove Grey #76746B
Tints of Dove Grey #76746B
RGB
CMYK
RGB Variations
Color information
#76746B (or 0x76746B) is known color: Dove Grey. HEX triplet: 76, 74 and 6B. RGB value is (118,116,107). Sum of RGB (Red+Green+Blue) = 118+116+107=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 118 - color contains mainly: red. Hex color #76746B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76746B is #898B94. Grayscale: #737373. Windows color (decimal): -9014165 or 7042166. OLE color: 7042166.
HSL color Cylindrical-coordinate representation of color #76746B: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #76746B is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 116 | 107 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.54 |
| HSL | 49.09º | 0.05% | 0.44% | - |
| HSV(B) | 49.09º | 0.09% | 0.46% | - |
| XYZ | 16.37 | 17.4 | 16.41 | - |
| YUV | 115.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 116 | 107 | 0 | 0.02 | 0.09 | 0.54 | 49.09 | 0.05 | 0.44 |
| Hex | 76 | 74 | 6B | 0 | 2 | 9 | 36 | 31 | 5 | 2C |
| Octal | 166 | 164 | 153 | 0 | 2 | 11 | 66 | 61 | 5 | 54 |
| Binary | 1110110 | 1110100 | 1101011 | 0 | 10 | 1001 | 110110 | 110001 | 101 | 101100 |
Color Harmonies of #76746B
Complementary color
Monochromatic Colors of #76746B
Black with #76746B
Text Example
Text Example
White with #76746B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76746B; }
p { color: rgb(118,116,107); }
H1.HeaderClassName
{
color: #76746B;
}
.AnyTagClassName
{
color: #76746B;
}
</style>
background-color css
<style>
a { background-color: #76746B; }
a { background-color: rgb(118,116,107); }
div.DivClassName
{
background-color: #76746B;
}
.BgClassName
{
background-color: #76746B;
}
</style>
border-color css
<style>
span { border-color: #76746B; }
span { border-color: rgb(118,116,107); }
td.TdClassName
{
border-color: #76746B;
}
.TagClassName
{
border-color: #76746B;
}
</style>