Html Css Color HEX #8E6F74 Empress

📋 copy color: '#8E6F74'

red 142 ◦ green 111 ◦ blue 116

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

Shades of Empress #8E6F74

Tints of Empress #8E6F74

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.7% from 255) = 31.44%

R = 38.48%
G = 30.08%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E6F74 (or 0x8E6F74) is known color: 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

RGB 142 111 116 -
CMYK 0 0.22 0.18 0.44
HSL 350.32º 0.12% 0.5% -
HSV(B) 350.32º 0.22% 0.56% -
XYZ 19.99 18.38 19.02 -
YUV 120.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 142 111 116 0 0.22 0.18 0.44 350.32 0.12 0.5
Hex 8E 6F 74 0 16 12 2C 15E C 32
Octal 216 157 164 0 26 22 54 536 14 62
Binary 10001110 1101111 1110100 0 10110 10010 101100 101011110 1100 110010

Color Harmonies of #8E6F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6F74

Black with #8E6F74

Text Example


Text Example

White with #8E6F74

Text Example


Text Example

HTML Codes & Css Web 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>