Html Css Color HEX #8E7071 Empress

📋 copy color: '#8E7071'

red 142 ◦ green 112 ◦ blue 113

#8E7071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #8E7071

Tints of Empress #8E7071

RGB

 RED value IS 142 (55.86% from 255) = 38.69%

 GREEN value IS 112 (44.14% from 255) = 30.52%

 BLUE value IS 113 (44.53% from 255) = 30.79%

R = 38.69%
G = 30.52%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E7071 (or 0x8E7071) is known color: Empress. HEX triplet: 8E, 70 and 71. RGB value is (142,112,113). Sum of RGB (Red+Green+Blue) = 142+112+113=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7071 is #718F8E. Grayscale: #797979. Windows color (decimal): -7442319 or 7434382. OLE color: 7434382.

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

Color convert

RGB 142 112 113 -
CMYK 0 0.21 0.20 0.44
HSL 358º 0.12% 0.5% -
HSV(B) 358º 0.21% 0.56% -
XYZ 19.93 18.53 18.15 -
YUV 121.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 142 112 113 0 0.21 0.20 0.44 358 0.12 0.5
Hex 8E 70 71 0 15 14 2C 166 C 32
Octal 216 160 161 0 25 24 54 546 14 62
Binary 10001110 1110000 1110001 0 10101 10100 101100 101100110 1100 110010

Color Harmonies of #8E7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7071

Black with #8E7071

Text Example


Text Example

White with #8E7071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,112,113); }

 H1.HeaderClassName
 {
   color: #8E7071;
 }
 .AnyTagClassName
 {
   color: #8E7071;
 }
</style>

background-color css

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

 a { background-color: rgb(142,112,113); }

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

border-color css

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

 span { border-color: rgb(142,112,113); }

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