Html Css Color HEX #8E797A Empress

📋 copy color: '#8E797A'

red 142 ◦ green 121 ◦ blue 122

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

Shades of Empress #8E797A

Tints of Empress #8E797A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.43%

 BLUE value IS 122 (48.05% from 255) = 31.69%

R = 36.88%
G = 31.43%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8E797A (or 0x8E797A) is known color: Empress. HEX triplet: 8E, 79 and 7A. RGB value is (142,121,122). Sum of RGB (Red+Green+Blue) = 142+121+122=385 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.88% from 385); Green value is 121 (47.66% from 255 or 31.43% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 142 - color contains mainly: red. Hex color #8E797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E797A is #718685. Grayscale: #7F7F7F. Windows color (decimal): -7440006 or 8026510. OLE color: 8026510.

HSL color Cylindrical-coordinate representation of color #8E797A: hue angle of 357.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8E797A is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 121 122 -
CMYK 0 0.15 0.14 0.44
HSL 357.14º 0.09% 0.52% -
HSV(B) 357.14º 0.15% 0.56% -
XYZ 21.51 20.83 21.3 -
YUV 127.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 142 121 122 0 0.15 0.14 0.44 357.14 0.09 0.52
Hex 8E 79 7A 0 F E 2C 165 9 34
Octal 216 171 172 0 17 16 54 545 11 64
Binary 10001110 1111001 1111010 0 1111 1110 101100 101100101 1001 110100

Color Harmonies of #8E797A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E797A

Black with #8E797A

Text Example


Text Example

White with #8E797A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,121,122); }

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

background-color css

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

 a { background-color: rgb(142,121,122); }

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

border-color css

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

 span { border-color: rgb(142,121,122); }

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