#8A7375

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

Shades of Empress #8A7375

Tints of Empress #8A7375

Color information

#8A7375 (or 0x8A7375) is unknown color: approx Empress. HEX triplet: 8A, 73 and 75. RGB value is (138,115,117). Sum of RGB (Red+Green+Blue) = 138+115+117=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7375 is #758C8A. Grayscale: #7A7A7A. Windows color (decimal): -7703691 or 7697290. OLE color: 7697290.

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

Color convert

RGB138115117-
CMYK00.170.150.46
HSL354.78º9.09%49.61%-
HSV(B)354.78º16.67%54.12%-
XYZ19.8218.9519.44-
YUV122.1125.12139.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 115 (45.31% from 255) = 31.08%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=37.30%
G=31.08%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811511700.170.150.46354.789.0949.61
Hex8A7375011F2E163932
Octal21216316502117565431162
Binary100010101110011111010101000111111011101011000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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