Html Css Color HEX #8E7C7D Empress

📋 copy color: '#8E7C7D'

red 142 ◦ green 124 ◦ blue 125

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

Shades of Empress #8E7C7D

Tints of Empress #8E7C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.71%

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 36.32%
G = 31.71%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8E7C7D (or 0x8E7C7D) is known color: Empress. HEX triplet: 8E, 7C and 7D. RGB value is (142,124,125). Sum of RGB (Red+Green+Blue) = 142+124+125=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7C7D is #718382. Grayscale: #818181. Windows color (decimal): -7439235 or 8223886. OLE color: 8223886.

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

Color convert

RGB 142 124 125 -
CMYK 0 0.13 0.12 0.44
HSL 356.67º 0.07% 0.52% -
HSV(B) 356.67º 0.13% 0.56% -
XYZ 22.06 21.65 22.42 -
YUV 129.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 142 124 125 0 0.13 0.12 0.44 356.67 0.07 0.52
Hex 8E 7C 7D 0 D C 2C 165 7 34
Octal 216 174 175 0 15 14 54 545 7 64
Binary 10001110 1111100 1111101 0 1101 1100 101100 101100101 111 110100

Color Harmonies of #8E7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7C7D

Black with #8E7C7D

Text Example


Text Example

White with #8E7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,124,125); }

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

background-color css

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

 a { background-color: rgb(142,124,125); }

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

border-color css

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

 span { border-color: rgb(142,124,125); }

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