#8A7577

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

Shades of Empress #8A7577

Tints of Empress #8A7577

Color information

#8A7577 (or 0x8A7577) is unknown color: approx Empress. HEX triplet: 8A, 75 and 77. RGB value is (138,117,119). Sum of RGB (Red+Green+Blue) = 138+117+119=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7577 is #758A88. Grayscale: #7B7B7B. Windows color (decimal): -7703177 or 7828874. OLE color: 7828874.

HSL color Cylindrical-coordinate representation of color #8A7577: hue angle of 354.29º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8A7577 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB138117119-
CMYK00.150.140.46
HSL354.29º8.24%50%-
HSV(B)354.29º15.22%54.12%-
XYZ20.1719.4620.15-
YUV123.51125.46138.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.90%
GREEN value IS 117 (46.09% from 255) = 31.28%
BLUE value IS 119 (46.88% from 255) = 31.82%
R=36.90%
G=31.28%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811711900.150.140.46354.298.2450
Hex8A75770FE2E162832
Octal21216516701716565421062
Binary10001010111010111101110111111101011101011000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7577; }

 p { color: rgb(138,117,119); }

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

<style>
 a { background-color: #8A7577; }

 a { background-color: rgb(138,117,119); }

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

<style>
 span { border-color: #8A7577; }

 span { border-color: rgb(138,117,119); }

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