Html Css Color HEX #8D6F75 Empress

📋 copy color: '#8D6F75'

red 141 ◦ green 111 ◦ blue 117

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

Shades of Empress #8D6F75

Tints of Empress #8D6F75

RGB

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

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

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

R = 38.21%
G = 30.08%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8D6F75 (or 0x8D6F75) is known color: Empress. HEX triplet: 8D, 6F and 75. RGB value is (141,111,117). Sum of RGB (Red+Green+Blue) = 141+111+117=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F75 is #72908A. Grayscale: #787878. Windows color (decimal): -7508107 or 7696269. OLE color: 7696269.

HSL color Cylindrical-coordinate representation of color #8D6F75: hue angle of 348º 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 #8D6F75 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 111 117 -
CMYK 0 0.21 0.17 0.45
HSL 348º 0.12% 0.49% -
HSV(B) 348º 0.21% 0.55% -
XYZ 19.88 18.32 19.32 -
YUV 120.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 141 111 117 0 0.21 0.17 0.45 348 0.12 0.49
Hex 8D 6F 75 0 15 11 2D 15C C 31
Octal 215 157 165 0 25 21 55 534 14 61
Binary 10001101 1101111 1110101 0 10101 10001 101101 101011100 1100 110001

Color Harmonies of #8D6F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6F75

Black with #8D6F75

Text Example


Text Example

White with #8D6F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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