#7E7277

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

Shades of Empress #7E7277

Tints of Empress #7E7277

Color information

#7E7277 (or 0x7E7277) is unknown color: approx Empress. HEX triplet: 7E, 72 and 77. RGB value is (126,114,119). Sum of RGB (Red+Green+Blue) = 126+114+119=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7277 is #818D88. Grayscale: #767676. Windows color (decimal): -8490377 or 7828094. OLE color: 7828094.

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

Color convert

RGB126114119-
CMYK00.100.060.51
HSL335º5%47.06%-
HSV(B)335º9.52%49.41%-
XYZ17.9517.819.94-
YUV118.16128.48133.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=35.10%
G=31.75%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12611411900.100.060.51335547.06
Hex7E72770A63314f52f
Octal176162167012663517557
Binary11111101110010111011101010110110011101001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,114,119); }

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

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

 a { background-color: rgb(126,114,119); }

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

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

 span { border-color: rgb(126,114,119); }

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