#7C7576

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

Shades of Empress #7C7576

Tints of Empress #7C7576

Color information

#7C7576 (or 0x7C7576) is unknown color: approx Empress. HEX triplet: 7C, 75 and 76. RGB value is (124,117,118). Sum of RGB (Red+Green+Blue) = 124+117+118=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7576 is #838A89. Grayscale: #777777. Windows color (decimal): -8620682 or 7763324. OLE color: 7763324.

HSL color Cylindrical-coordinate representation of color #7C7576: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7C7576 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB124117118-
CMYK00.060.050.51
HSL351.43º2.9%47.25%-
HSV(B)351.43º5.65%48.63%-
XYZ17.9418.3219.73-
YUV119.21127.32131.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=34.54%
G=32.59%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411711800.060.050.51351.432.947.25
Hex7C75760653315f32f
Octal17416516606563537357
Binary111110011101011110110011010111001110101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,118); }

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

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

 a { background-color: rgb(124,117,118); }

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

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

 span { border-color: rgb(124,117,118); }

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