Html Css Color HEX #8E6F71 Empress

📋 copy color: '#8E6F71'

red 142 ◦ green 111 ◦ blue 113

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

Shades of Empress #8E6F71

Tints of Empress #8E6F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.33%

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

R = 38.8%
G = 30.33%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#8E6F71 (or 0x8E6F71) is known color: Empress. HEX triplet: 8E, 6F and 71. RGB value is (142,111,113). Sum of RGB (Red+Green+Blue) = 142+111+113=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F71 is #71908E. Grayscale: #787878. Windows color (decimal): -7442575 or 7434126. OLE color: 7434126.

HSL color Cylindrical-coordinate representation of color #8E6F71: hue angle of 356.13º 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 #8E6F71 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 111 113 -
CMYK 0 0.22 0.20 0.44
HSL 356.13º 0.12% 0.5% -
HSV(B) 356.13º 0.22% 0.56% -
XYZ 19.82 18.31 18.11 -
YUV 120.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 142 111 113 0 0.22 0.20 0.44 356.13 0.12 0.5
Hex 8E 6F 71 0 16 14 2C 164 C 32
Octal 216 157 161 0 26 24 54 544 14 62
Binary 10001110 1101111 1110001 0 10110 10100 101100 101100100 1100 110010

Color Harmonies of #8E6F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6F71

Black with #8E6F71

Text Example


Text Example

White with #8E6F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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