#8E6F74

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

Shades of Empress #8E6F74

Tints of Empress #8E6F74

Color information

#8E6F74 (or 0x8E6F74) is unknown color: approx Empress. HEX triplet: 8E, 6F and 74. RGB value is (142,111,116). Sum of RGB (Red+Green+Blue) = 142+111+116=369 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.48% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F74 is #71908B. Grayscale: #787878. Windows color (decimal): -7442572 or 7630734. OLE color: 7630734.

HSL color Cylindrical-coordinate representation of color #8E6F74: hue angle of 350.32º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E6F74 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB142111116-
CMYK00.220.180.44
HSL350.32º12.25%49.61%-
HSV(B)350.32º21.83%55.69%-
XYZ19.9918.3819.02-
YUV120.84125.27143.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.48%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=38.48%
G=30.08%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211111600.220.180.44350.3212.2549.61
Hex8E6F74016122C15ec32
Octal21615716402622545361462
Binary1000111011011111110100010110100101011001010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,116); }

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

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

 a { background-color: rgb(142,111,116); }

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

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

 span { border-color: rgb(142,111,116); }

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