Shades of Dove Grey #76756B
Tints of Dove Grey #76756B
RGB
CMYK
RGB Variations
Color information
#76756B (or 0x76756B) is known color: Dove Grey. HEX triplet: 76, 75 and 6B. RGB value is (118,117,107). Sum of RGB (Red+Green+Blue) = 118+117+107=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 118 - color contains mainly: red. Hex color #76756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76756B is #898A94. Grayscale: #747474. Windows color (decimal): -9013909 or 7042422. OLE color: 7042422.
HSL color Cylindrical-coordinate representation of color #76756B: hue angle of 54.55º 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 #76756B is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 107 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.54 |
| HSL | 54.55º | 0.05% | 0.44% | - |
| HSV(B) | 54.55º | 0.09% | 0.46% | - |
| XYZ | 16.49 | 17.64 | 16.45 | - |
| YUV | 116.16 | 122.83 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 107 | 0 | 0.01 | 0.09 | 0.54 | 54.55 | 0.05 | 0.44 |
| Hex | 76 | 75 | 6B | 0 | 1 | 9 | 36 | 37 | 5 | 2C |
| Octal | 166 | 165 | 153 | 0 | 1 | 11 | 66 | 67 | 5 | 54 |
| Binary | 1110110 | 1110101 | 1101011 | 0 | 1 | 1001 | 110110 | 110111 | 101 | 101100 |
Color Harmonies of #76756B
Complementary color
Monochromatic Colors of #76756B
Black with #76756B
Text Example
Text Example
White with #76756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76756B; }
p { color: rgb(118,117,107); }
H1.HeaderClassName
{
color: #76756B;
}
.AnyTagClassName
{
color: #76756B;
}
</style>
background-color css
<style>
a { background-color: #76756B; }
a { background-color: rgb(118,117,107); }
div.DivClassName
{
background-color: #76756B;
}
.BgClassName
{
background-color: #76756B;
}
</style>
border-color css
<style>
span { border-color: #76756B; }
span { border-color: rgb(118,117,107); }
td.TdClassName
{
border-color: #76756B;
}
.TagClassName
{
border-color: #76756B;
}
</style>