Shades of Empress #7C6769
Tints of Empress #7C6769
RGB
CMYK
RGB Variations
Color information
#7C6769 (or 0x7C6769) is known color: Empress. HEX triplet: 7C, 67 and 69. RGB value is (124,103,105). Sum of RGB (Red+Green+Blue) = 124+103+105=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6769 is #839896. Grayscale: #6D6D6D. Windows color (decimal): -8624279 or 6907772. OLE color: 6907772.
HSL color Cylindrical-coordinate representation of color #7C6769: hue angle of 354.29º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7C6769 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 105 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.51 |
| HSL | 354.29º | 0.09% | 0.45% | - |
| HSV(B) | 354.29º | 0.17% | 0.49% | - |
| XYZ | 15.71 | 15.01 | 15.43 | - |
| YUV | 109.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 105 | 0 | 0.17 | 0.15 | 0.51 | 354.29 | 0.09 | 0.45 |
| Hex | 7C | 67 | 69 | 0 | 11 | F | 33 | 162 | 9 | 2D |
| Octal | 174 | 147 | 151 | 0 | 21 | 17 | 63 | 542 | 11 | 55 |
| Binary | 1111100 | 1100111 | 1101001 | 0 | 10001 | 1111 | 110011 | 101100010 | 1001 | 101101 |
Color Harmonies of #7C6769
Complementary color
Monochromatic Colors of #7C6769
Black with #7C6769
Text Example
Text Example
White with #7C6769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6769; }
p { color: rgb(124,103,105); }
H1.HeaderClassName
{
color: #7C6769;
}
.AnyTagClassName
{
color: #7C6769;
}
</style>
background-color css
<style>
a { background-color: #7C6769; }
a { background-color: rgb(124,103,105); }
div.DivClassName
{
background-color: #7C6769;
}
.BgClassName
{
background-color: #7C6769;
}
</style>
border-color css
<style>
span { border-color: #7C6769; }
span { border-color: rgb(124,103,105); }
td.TdClassName
{
border-color: #7C6769;
}
.TagClassName
{
border-color: #7C6769;
}
</style>