Shades of Empress #76696A
Tints of Empress #76696A
RGB
CMYK
RGB Variations
Color information
#76696A (or 0x76696A) is known color: Empress. HEX triplet: 76, 69 and 6A. RGB value is (118,105,106). Sum of RGB (Red+Green+Blue) = 118+105+106=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 118 - color contains mainly: red. Hex color #76696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76696A is #899695. Grayscale: #6D6D6D. Windows color (decimal): -9016982 or 6973814. OLE color: 6973814.
HSL color Cylindrical-coordinate representation of color #76696A: hue angle of 355.38º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76696A is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 105 | 106 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.54 |
| HSL | 355.38º | 0.06% | 0.44% | - |
| HSV(B) | 355.38º | 0.11% | 0.46% | - |
| XYZ | 15.12 | 15 | 15.73 | - |
| YUV | 109 | 126.31 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 105 | 106 | 0 | 0.11 | 0.10 | 0.54 | 355.38 | 0.06 | 0.44 |
| Hex | 76 | 69 | 6A | 0 | B | A | 36 | 163 | 6 | 2C |
| Octal | 166 | 151 | 152 | 0 | 13 | 12 | 66 | 543 | 6 | 54 |
| Binary | 1110110 | 1101001 | 1101010 | 0 | 1011 | 1010 | 110110 | 101100011 | 110 | 101100 |
Color Harmonies of #76696A
Complementary color
Monochromatic Colors of #76696A
Black with #76696A
Text Example
Text Example
White with #76696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76696A; }
p { color: rgb(118,105,106); }
H1.HeaderClassName
{
color: #76696A;
}
.AnyTagClassName
{
color: #76696A;
}
</style>
background-color css
<style>
a { background-color: #76696A; }
a { background-color: rgb(118,105,106); }
div.DivClassName
{
background-color: #76696A;
}
.BgClassName
{
background-color: #76696A;
}
</style>
border-color css
<style>
span { border-color: #76696A; }
span { border-color: rgb(118,105,106); }
td.TdClassName
{
border-color: #76696A;
}
.TagClassName
{
border-color: #76696A;
}
</style>