Html Css Color HEX #8D6F73 Empress

📋 copy color: '#8D6F73'

red 141 ◦ green 111 ◦ blue 115

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

Shades of Empress #8D6F73

Tints of Empress #8D6F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 38.42%
G = 30.25%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D6F73 (or 0x8D6F73) is known color: Empress. HEX triplet: 8D, 6F and 73. RGB value is (141,111,115). Sum of RGB (Red+Green+Blue) = 141+111+115=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F73 is #72908C. Grayscale: #787878. Windows color (decimal): -7508109 or 7565197. OLE color: 7565197.

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

Color convert

RGB 141 111 115 -
CMYK 0 0.21 0.18 0.45
HSL 352º 0.12% 0.49% -
HSV(B) 352º 0.21% 0.55% -
XYZ 19.76 18.27 18.7 -
YUV 120.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 141 111 115 0 0.21 0.18 0.45 352 0.12 0.49
Hex 8D 6F 73 0 15 12 2D 160 C 31
Octal 215 157 163 0 25 22 55 540 14 61
Binary 10001101 1101111 1110011 0 10101 10010 101101 101100000 1100 110001

Color Harmonies of #8D6F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6F73

Black with #8D6F73

Text Example


Text Example

White with #8D6F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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