Html Css Color HEX #8B6B77 Mauve Taupe

📋 copy color: '#8B6B77'

red 139 ◦ green 107 ◦ blue 119

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

Shades of Mauve Taupe #8B6B77

Tints of Mauve Taupe #8B6B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 38.08%
G = 29.32%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8B6B77 (or 0x8B6B77) is known color: Mauve Taupe. HEX triplet: 8B, 6B and 77. RGB value is (139,107,119). Sum of RGB (Red+Green+Blue) = 139+107+119=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B77 is #749488. Grayscale: #757575. Windows color (decimal): -7640201 or 7826315. OLE color: 7826315.

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

Color convert

RGB 139 107 119 -
CMYK 0 0.23 0.14 0.45
HSL 337.5º 0.13% 0.48% -
HSV(B) 337.5º 0.23% 0.55% -
XYZ 19.23 17.34 19.79 -
YUV 117.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 139 107 119 0 0.23 0.14 0.45 337.5 0.13 0.48
Hex 8B 6B 77 0 17 E 2D 152 D 30
Octal 213 153 167 0 27 16 55 522 15 60
Binary 10001011 1101011 1110111 0 10111 1110 101101 101010010 1101 110000

Color Harmonies of #8B6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6B77

Black with #8B6B77

Text Example


Text Example

White with #8B6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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