Html Css Color HEX #8B6872 Mauve Taupe

📋 copy color: '#8B6872'

red 139 ◦ green 104 ◦ blue 114

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

Shades of Mauve Taupe #8B6872

Tints of Mauve Taupe #8B6872

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.13%

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

R = 38.94%
G = 29.13%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8B6872 (or 0x8B6872) is known color: Mauve Taupe. HEX triplet: 8B, 68 and 72. RGB value is (139,104,114). Sum of RGB (Red+Green+Blue) = 139+104+114=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6872 is #74978D. Grayscale: #737373. Windows color (decimal): -7640974 or 7497867. OLE color: 7497867.

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

Color convert

RGB 139 104 114 -
CMYK 0 0.25 0.18 0.45
HSL 342.86º 0.14% 0.48% -
HSV(B) 342.86º 0.25% 0.55% -
XYZ 18.64 16.6 18.14 -
YUV 115.61 127.1 144.69 -
System Red Green Blue C M Y K H S L
Decimal 139 104 114 0 0.25 0.18 0.45 342.86 0.14 0.48
Hex 8B 68 72 0 19 12 2D 157 E 30
Octal 213 150 162 0 31 22 55 527 16 60
Binary 10001011 1101000 1110010 0 11001 10010 101101 101010111 1110 110000

Color Harmonies of #8B6872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6872

Black with #8B6872

Text Example


Text Example

White with #8B6872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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