#7C6870

Color #7C6870 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #7C6870

Tints of Empress #7C6870

Color information

#7C6870 (or 0x7C6870) is unknown color: approx Empress. HEX triplet: 7C, 68 and 70. RGB value is (124,104,112). Sum of RGB (Red+Green+Blue) = 124+104+112=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6870 is #83978F. Grayscale: #6E6E6E. Windows color (decimal): -8624016 or 7366780. OLE color: 7366780.

HSL color Cylindrical-coordinate representation of color #7C6870: hue angle of 336º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C6870 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB124104112-
CMYK00.160.100.51
HSL336º8.77%44.71%-
HSV(B)336º16.13%48.63%-
XYZ16.1915.3617.44-
YUV110.89128.63137.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 36.47%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 112 (44.14% from 255) = 32.94%
R=36.47%
G=30.59%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12410411200.160.100.513368.7744.71
Hex7C6870010A3315092d
Octal17415016002012635201155
Binary11111001101000111000001000010101100111010100001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C6870; }

 p { color: rgb(124,104,112); }

 H1.HeaderClassName
 {
   color: #7C6870;
 }
 .AnyTagClassName
 {
   color: #7C6870;
 }
</style>
background-color css

<style>
 a { background-color: #7C6870; }

 a { background-color: rgb(124,104,112); }

 div.DivClassName
 {
   background-color: #7C6870;
 }
 .BgClassName
 {
   background-color: #7C6870;
 }
</style>
border-color css

<style>
 span { border-color: #7C6870; }

 span { border-color: rgb(124,104,112); }

 td.TdClassName
 {
   border-color: #7C6870;
 }
 .TagClassName
 {
   border-color: #7C6870;
 }
</style>