Html Css Color HEX #8D6E75 Empress

📋 copy color: '#8D6E75'

red 141 ◦ green 110 ◦ blue 117

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

Shades of Empress #8D6E75

Tints of Empress #8D6E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.89%

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 38.32%
G = 29.89%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D6E75 (or 0x8D6E75) is known color: Empress. HEX triplet: 8D, 6E and 75. RGB value is (141,110,117). Sum of RGB (Red+Green+Blue) = 141+110+117=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E75 is #72918A. Grayscale: #787878. Windows color (decimal): -7508363 or 7696013. OLE color: 7696013.

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

Color convert

RGB 141 110 117 -
CMYK 0 0.22 0.17 0.45
HSL 346.45º 0.12% 0.49% -
HSV(B) 346.45º 0.22% 0.55% -
XYZ 19.77 18.1 19.28 -
YUV 120.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 141 110 117 0 0.22 0.17 0.45 346.45 0.12 0.49
Hex 8D 6E 75 0 16 11 2D 15A C 31
Octal 215 156 165 0 26 21 55 532 14 61
Binary 10001101 1101110 1110101 0 10110 10001 101101 101011010 1100 110001

Color Harmonies of #8D6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E75

Black with #8D6E75

Text Example


Text Example

White with #8D6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,110,117); }

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

background-color css

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

 a { background-color: rgb(141,110,117); }

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

border-color css

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

 span { border-color: rgb(141,110,117); }

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