Html Css Color HEX #976871 Mauve Taupe

📋 copy color: '#976871'

red 151 ◦ green 104 ◦ blue 113

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

Shades of Mauve Taupe #976871

Tints of Mauve Taupe #976871

RGB

 RED value IS 151 (59.38% from 255) = 41.03%

 GREEN value IS 104 (41.02% from 255) = 28.26%

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

R = 41.03%
G = 28.26%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#976871 (or 0x976871) is known color: Mauve Taupe. HEX triplet: 97, 68 and 71. RGB value is (151,104,113). Sum of RGB (Red+Green+Blue) = 151+104+113=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #976871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976871 is #68978E. Grayscale: #777777. Windows color (decimal): -6854543 or 7432343. OLE color: 7432343.

HSL color Cylindrical-coordinate representation of color #976871: hue angle of 348.51º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #976871 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 104 113 -
CMYK 0 0.31 0.25 0.41
HSL 348.51º 0.18% 0.5% -
HSV(B) 348.51º 0.31% 0.59% -
XYZ 20.69 17.67 17.94 -
YUV 119.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 151 104 113 0 0.31 0.25 0.41 348.51 0.18 0.5
Hex 97 68 71 0 1F 19 29 15D 12 32
Octal 227 150 161 0 37 31 51 535 22 62
Binary 10010111 1101000 1110001 0 11111 11001 101001 101011101 10010 110010

Color Harmonies of #976871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976871

Black with #976871

Text Example


Text Example

White with #976871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976871; }

 p { color: rgb(151,104,113); }

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

background-color css

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

 a { background-color: rgb(151,104,113); }

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

border-color css

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

 span { border-color: rgb(151,104,113); }

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