Html Css Color HEX #8C6771 Mauve Taupe

📋 copy color: '#8C6771'

red 140 ◦ green 103 ◦ blue 113

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

Shades of Mauve Taupe #8C6771

Tints of Mauve Taupe #8C6771

RGB

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

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

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

R = 39.33%
G = 28.93%
B = 31.74%

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

#8C6771 (or 0x8C6771) is known color: Mauve Taupe. HEX triplet: 8C, 67 and 71. RGB value is (140,103,113). Sum of RGB (Red+Green+Blue) = 140+103+113=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6771 is #73988E. Grayscale: #737373. Windows color (decimal): -7575695 or 7432076. OLE color: 7432076.

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

Color convert

RGB 140 103 113 -
CMYK 0 0.26 0.19 0.45
HSL 343.78º 0.15% 0.48% -
HSV(B) 343.78º 0.26% 0.55% -
XYZ 18.65 16.47 17.82 -
YUV 115.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 140 103 113 0 0.26 0.19 0.45 343.78 0.15 0.48
Hex 8C 67 71 0 1A 13 2D 158 F 30
Octal 214 147 161 0 32 23 55 530 17 60
Binary 10001100 1100111 1110001 0 11010 10011 101101 101011000 1111 110000

Color Harmonies of #8C6771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6771

Black with #8C6771

Text Example


Text Example

White with #8C6771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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