Shades of Empress #74696B
Tints of Empress #74696B
RGB
CMYK
RGB Variations
Color information
#74696B (or 0x74696B) is known color: Empress. HEX triplet: 74, 69 and 6B. RGB value is (116,105,107). Sum of RGB (Red+Green+Blue) = 116+105+107=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 116 - color contains mainly: red. Hex color #74696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74696B is #8B9694. Grayscale: #6C6C6C. Windows color (decimal): -9148053 or 7039348. OLE color: 7039348.
HSL color Cylindrical-coordinate representation of color #74696B: hue angle of 349.09º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #74696B is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 105 | 107 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.55 |
| HSL | 349.09º | 0.05% | 0.43% | - |
| HSV(B) | 349.09º | 0.09% | 0.45% | - |
| XYZ | 14.91 | 14.88 | 16 | - |
| YUV | 108.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 105 | 107 | 0 | 0.09 | 0.08 | 0.55 | 349.09 | 0.05 | 0.43 |
| Hex | 74 | 69 | 6B | 0 | 9 | 8 | 37 | 15D | 5 | 2B |
| Octal | 164 | 151 | 153 | 0 | 11 | 10 | 67 | 535 | 5 | 53 |
| Binary | 1110100 | 1101001 | 1101011 | 0 | 1001 | 1000 | 110111 | 101011101 | 101 | 101011 |
Color Harmonies of #74696B
Complementary color
Monochromatic Colors of #74696B
Black with #74696B
Text Example
Text Example
White with #74696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74696B; }
p { color: rgb(116,105,107); }
H1.HeaderClassName
{
color: #74696B;
}
.AnyTagClassName
{
color: #74696B;
}
</style>
background-color css
<style>
a { background-color: #74696B; }
a { background-color: rgb(116,105,107); }
div.DivClassName
{
background-color: #74696B;
}
.BgClassName
{
background-color: #74696B;
}
</style>
border-color css
<style>
span { border-color: #74696B; }
span { border-color: rgb(116,105,107); }
td.TdClassName
{
border-color: #74696B;
}
.TagClassName
{
border-color: #74696B;
}
</style>