Html Css Color HEX #8B6B76 Mauve Taupe

📋 copy color: '#8B6B76'

red 139 ◦ green 107 ◦ blue 118

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

Shades of Mauve Taupe #8B6B76

Tints of Mauve Taupe #8B6B76

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.4%

 BLUE value IS 118 (46.48% from 255) = 32.42%

R = 38.19%
G = 29.4%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B6B76 (or 0x8B6B76) is known color: Mauve Taupe. HEX triplet: 8B, 6B and 76. RGB value is (139,107,118). Sum of RGB (Red+Green+Blue) = 139+107+118=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B76 is #749489. Grayscale: #757575. Windows color (decimal): -7640202 or 7760779. OLE color: 7760779.

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

Color convert

RGB 139 107 118 -
CMYK 0 0.23 0.15 0.45
HSL 339.38º 0.13% 0.48% -
HSV(B) 339.38º 0.23% 0.55% -
XYZ 19.18 17.31 19.47 -
YUV 117.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 139 107 118 0 0.23 0.15 0.45 339.38 0.13 0.48
Hex 8B 6B 76 0 17 F 2D 153 D 30
Octal 213 153 166 0 27 17 55 523 15 60
Binary 10001011 1101011 1110110 0 10111 1111 101101 101010011 1101 110000

Color Harmonies of #8B6B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6B76

Black with #8B6B76

Text Example


Text Example

White with #8B6B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,107,118); }

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

background-color css

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

 a { background-color: rgb(139,107,118); }

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

border-color css

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

 span { border-color: rgb(139,107,118); }

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