Html Css Color HEX #8B5E72 Mauve Taupe

📋 copy color: '#8B5E72'

red 139 ◦ green 94 ◦ blue 114

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

Shades of Mauve Taupe #8B5E72

Tints of Mauve Taupe #8B5E72

RGB

 RED value IS 139 (54.69% from 255) = 40.06%

 GREEN value IS 94 (37.11% from 255) = 27.09%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 40.06%
G = 27.09%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8B5E72 (or 0x8B5E72) is known color: Mauve Taupe. HEX triplet: 8B, 5E and 72. RGB value is (139,94,114). Sum of RGB (Red+Green+Blue) = 139+94+114=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E72 is #74A18D. Grayscale: #6D6D6D. Windows color (decimal): -7643534 or 7495307. OLE color: 7495307.

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

Color convert

RGB 139 94 114 -
CMYK 0 0.32 0.18 0.45
HSL 333.33º 0.19% 0.46% -
HSV(B) 333.33º 0.32% 0.55% -
XYZ 17.69 14.71 17.83 -
YUV 109.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 139 94 114 0 0.32 0.18 0.45 333.33 0.19 0.46
Hex 8B 5E 72 0 20 12 2D 14D 13 2E
Octal 213 136 162 0 40 22 55 515 23 56
Binary 10001011 1011110 1110010 0 100000 10010 101101 101001101 10011 101110

Color Harmonies of #8B5E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E72

Black with #8B5E72

Text Example


Text Example

White with #8B5E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,114); }

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

background-color css

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

 a { background-color: rgb(139,94,114); }

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

border-color css

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

 span { border-color: rgb(139,94,114); }

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