#7E6269

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

Shades of Empress #7E6269

Tints of Empress #7E6269

Color information

#7E6269 (or 0x7E6269) is unknown color: approx Empress. HEX triplet: 7E, 62 and 69. RGB value is (126,98,105). Sum of RGB (Red+Green+Blue) = 126+98+105=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6269 is #819D96. Grayscale: #6B6B6B. Windows color (decimal): -8494487 or 6906494. OLE color: 6906494.

HSL color Cylindrical-coordinate representation of color #7E6269: hue angle of 345º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E6269 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB12698105-
CMYK00.220.170.51
HSL345º12.5%43.92%-
HSV(B)345º22.22%49.41%-
XYZ15.5214.1915.29-
YUV107.17126.78141.43-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=38.30%
G=29.79%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1269810500.220.170.5134512.543.92
Hex7E62690161133159c2c
Octal17614215102621635311454
Binary111111011000101101001010110100011100111010110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,98,105); }

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

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

 a { background-color: rgb(126,98,105); }

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

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

 span { border-color: rgb(126,98,105); }

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