Html Css Color HEX #8D7374 Empress

📋 copy color: '#8D7374'

red 141 ◦ green 115 ◦ blue 116

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

Shades of Empress #8D7374

Tints of Empress #8D7374

RGB

 RED value IS 141 (55.47% from 255) = 37.9%

 GREEN value IS 115 (45.31% from 255) = 30.91%

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 37.9%
G = 30.91%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D7374 (or 0x8D7374) is known color: Empress. HEX triplet: 8D, 73 and 74. RGB value is (141,115,116). Sum of RGB (Red+Green+Blue) = 141+115+116=372 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.90% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7374 is #728C8B. Grayscale: #7A7A7A. Windows color (decimal): -7507084 or 7631757. OLE color: 7631757.

HSL color Cylindrical-coordinate representation of color #8D7374: hue angle of 357.69º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8D7374 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 115 116 -
CMYK 0 0.18 0.18 0.45
HSL 357.69º 0.1% 0.5% -
HSV(B) 357.69º 0.18% 0.55% -
XYZ 20.27 19.19 19.16 -
YUV 122.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 141 115 116 0 0.18 0.18 0.45 357.69 0.1 0.5
Hex 8D 73 74 0 12 12 2D 166 A 32
Octal 215 163 164 0 22 22 55 546 12 62
Binary 10001101 1110011 1110100 0 10010 10010 101101 101100110 1010 110010

Color Harmonies of #8D7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7374

Black with #8D7374

Text Example


Text Example

White with #8D7374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,115,116); }

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

background-color css

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

 a { background-color: rgb(141,115,116); }

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

border-color css

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

 span { border-color: rgb(141,115,116); }

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