Shades of Empress #746869
Tints of Empress #746869
RGB
CMYK
RGB Variations
Color information
#746869 (or 0x746869) is known color: Empress. HEX triplet: 74, 68 and 69. RGB value is (116,104,105). Sum of RGB (Red+Green+Blue) = 116+104+105=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 116 - color contains mainly: red. Hex color #746869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746869 is #8B9796. Grayscale: #6B6B6B. Windows color (decimal): -9148311 or 6908020. OLE color: 6908020.
HSL color Cylindrical-coordinate representation of color #746869: hue angle of 355º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #746869 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 104 | 105 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.55 |
| HSL | 355º | 0.05% | 0.43% | - |
| HSV(B) | 355º | 0.1% | 0.45% | - |
| XYZ | 14.7 | 14.63 | 15.41 | - |
| YUV | 107.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 104 | 105 | 0 | 0.10 | 0.09 | 0.55 | 355 | 0.05 | 0.43 |
| Hex | 74 | 68 | 69 | 0 | A | 9 | 37 | 163 | 5 | 2B |
| Octal | 164 | 150 | 151 | 0 | 12 | 11 | 67 | 543 | 5 | 53 |
| Binary | 1110100 | 1101000 | 1101001 | 0 | 1010 | 1001 | 110111 | 101100011 | 101 | 101011 |
Color Harmonies of #746869
Complementary color
Monochromatic Colors of #746869
Black with #746869
Text Example
Text Example
White with #746869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746869; }
p { color: rgb(116,104,105); }
H1.HeaderClassName
{
color: #746869;
}
.AnyTagClassName
{
color: #746869;
}
</style>
background-color css
<style>
a { background-color: #746869; }
a { background-color: rgb(116,104,105); }
div.DivClassName
{
background-color: #746869;
}
.BgClassName
{
background-color: #746869;
}
</style>
border-color css
<style>
span { border-color: #746869; }
span { border-color: rgb(116,104,105); }
td.TdClassName
{
border-color: #746869;
}
.TagClassName
{
border-color: #746869;
}
</style>