Html Css Color HEX #8B6776 Mauve Taupe

📋 copy color: '#8B6776'

red 139 ◦ green 103 ◦ blue 118

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

Shades of Mauve Taupe #8B6776

Tints of Mauve Taupe #8B6776

RGB

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

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

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

R = 38.61%
G = 28.61%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8B6776 (or 0x8B6776) is known color: Mauve Taupe. HEX triplet: 8B, 67 and 76. RGB value is (139,103,118). Sum of RGB (Red+Green+Blue) = 139+103+118=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6776 is #749889. Grayscale: #737373. Windows color (decimal): -7641226 or 7759755. OLE color: 7759755.

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

Color convert

RGB 139 103 118 -
CMYK 0 0.26 0.15 0.45
HSL 335º 0.15% 0.47% -
HSV(B) 335º 0.26% 0.55% -
XYZ 18.77 16.5 19.33 -
YUV 115.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 139 103 118 0 0.26 0.15 0.45 335 0.15 0.47
Hex 8B 67 76 0 1A F 2D 14F F 2F
Octal 213 147 166 0 32 17 55 517 17 57
Binary 10001011 1100111 1110110 0 11010 1111 101101 101001111 1111 101111

Color Harmonies of #8B6776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6776

Black with #8B6776

Text Example


Text Example

White with #8B6776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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