Html Css Color HEX #8B6771 Mauve Taupe

📋 copy color: '#8B6771'

red 139 ◦ green 103 ◦ blue 113

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

Shades of Mauve Taupe #8B6771

Tints of Mauve Taupe #8B6771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.01%

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 39.15%
G = 29.01%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B6771 (or 0x8B6771) is known color: Mauve Taupe. HEX triplet: 8B, 67 and 71. RGB value is (139,103,113). Sum of RGB (Red+Green+Blue) = 139+103+113=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6771 is #74988E. Grayscale: #727272. Windows color (decimal): -7641231 or 7432075. OLE color: 7432075.

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

Color convert

RGB 139 103 113 -
CMYK 0 0.26 0.19 0.45
HSL 343.33º 0.15% 0.47% -
HSV(B) 343.33º 0.26% 0.55% -
XYZ 18.48 16.38 17.81 -
YUV 114.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 139 103 113 0 0.26 0.19 0.45 343.33 0.15 0.47
Hex 8B 67 71 0 1A 13 2D 157 F 2F
Octal 213 147 161 0 32 23 55 527 17 57
Binary 10001011 1100111 1110001 0 11010 10011 101101 101010111 1111 101111

Color Harmonies of #8B6771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6771

Black with #8B6771

Text Example


Text Example

White with #8B6771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,103,113); }

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

background-color css

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

 a { background-color: rgb(139,103,113); }

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

border-color css

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

 span { border-color: rgb(139,103,113); }

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