#7C7176

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

Shades of Empress #7C7176

Tints of Empress #7C7176

Color information

#7C7176 (or 0x7C7176) is unknown color: approx Empress. HEX triplet: 7C, 71 and 76. RGB value is (124,113,118). Sum of RGB (Red+Green+Blue) = 124+113+118=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7176 is #838E89. Grayscale: #747474. Windows color (decimal): -8621706 or 7762300. OLE color: 7762300.

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

Color convert

RGB124113118-
CMYK00.090.050.51
HSL332.73º4.64%46.47%-
HSV(B)332.73º8.87%48.63%-
XYZ17.4917.419.58-
YUV116.86128.64133.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.93%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=34.93%
G=31.83%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411311800.090.050.51332.734.6446.47
Hex7C71760953314d52e
Octal174161166011563515556
Binary11111001110001111011001001101110011101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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