Html Css Color HEX #8C6B74 Mauve Taupe

📋 copy color: '#8C6B74'

red 140 ◦ green 107 ◦ blue 116

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

Shades of Mauve Taupe #8C6B74

Tints of Mauve Taupe #8C6B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 38.57%
G = 29.48%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8C6B74 (or 0x8C6B74) is known color: Mauve Taupe. HEX triplet: 8C, 6B and 74. RGB value is (140,107,116). Sum of RGB (Red+Green+Blue) = 140+107+116=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B74 is #73948B. Grayscale: #757575. Windows color (decimal): -7574668 or 7629708. OLE color: 7629708.

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

Color convert

RGB 140 107 116 -
CMYK 0 0.24 0.17 0.45
HSL 343.64º 0.13% 0.48% -
HSV(B) 343.64º 0.24% 0.55% -
XYZ 19.23 17.35 18.86 -
YUV 117.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 140 107 116 0 0.24 0.17 0.45 343.64 0.13 0.48
Hex 8C 6B 74 0 18 11 2D 158 D 30
Octal 214 153 164 0 30 21 55 530 15 60
Binary 10001100 1101011 1110100 0 11000 10001 101101 101011000 1101 110000

Color Harmonies of #8C6B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B74

Black with #8C6B74

Text Example


Text Example

White with #8C6B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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