Html Css Color HEX #8C6B77 Mauve Taupe

📋 copy color: '#8C6B77'

red 140 ◦ green 107 ◦ blue 119

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

Shades of Mauve Taupe #8C6B77

Tints of Mauve Taupe #8C6B77

RGB

 RED value IS 140 (55.08% from 255) = 38.25%

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

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

R = 38.25%
G = 29.23%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C6B77 (or 0x8C6B77) is known color: Mauve Taupe. HEX triplet: 8C, 6B and 77. RGB value is (140,107,119). Sum of RGB (Red+Green+Blue) = 140+107+119=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B77 is #739488. Grayscale: #767676. Windows color (decimal): -7574665 or 7826316. OLE color: 7826316.

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

Color convert

RGB 140 107 119 -
CMYK 0 0.24 0.15 0.45
HSL 338.18º 0.13% 0.48% -
HSV(B) 338.18º 0.24% 0.55% -
XYZ 19.4 17.42 19.79 -
YUV 118.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 140 107 119 0 0.24 0.15 0.45 338.18 0.13 0.48
Hex 8C 6B 77 0 18 F 2D 152 D 30
Octal 214 153 167 0 30 17 55 522 15 60
Binary 10001100 1101011 1110111 0 11000 1111 101101 101010010 1101 110000

Color Harmonies of #8C6B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B77

Black with #8C6B77

Text Example


Text Example

White with #8C6B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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