#8A6C72

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

Shades of Empress #8A6C72

Tints of Empress #8A6C72

Color information

#8A6C72 (or 0x8A6C72) is unknown color: approx Empress. HEX triplet: 8A, 6C and 72. RGB value is (138,108,114). Sum of RGB (Red+Green+Blue) = 138+108+114=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6C72 is #75938D. Grayscale: #757575. Windows color (decimal): -7705486 or 7498890. OLE color: 7498890.

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

Color convert

RGB138108114-
CMYK00.220.170.46
HSL348º12.2%48.24%-
HSV(B)348º21.74%54.12%-
XYZ18.8817.3418.27-
YUV117.65125.94142.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.33%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=38.33%
G=30%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810811400.220.170.4634812.248.24
Hex8A6C72016112E15cc30
Octal21215416202621565341460
Binary1000101011011001110010010110100011011101010111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,108,114); }

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

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

 a { background-color: rgb(138,108,114); }

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

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

 span { border-color: rgb(138,108,114); }

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