Html Css Color HEX #976877 Mauve Taupe

📋 copy color: '#976877'

red 151 ◦ green 104 ◦ blue 119

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

Shades of Mauve Taupe #976877

Tints of Mauve Taupe #976877

RGB

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

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

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

R = 40.37%
G = 27.81%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#976877 (or 0x976877) is known color: Mauve Taupe. HEX triplet: 97, 68 and 77. RGB value is (151,104,119). Sum of RGB (Red+Green+Blue) = 151+104+119=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #976877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976877 is #689788. Grayscale: #777777. Windows color (decimal): -6854537 or 7825559. OLE color: 7825559.

HSL color Cylindrical-coordinate representation of color #976877: hue angle of 340.85º 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 #976877 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 104 119 -
CMYK 0 0.31 0.21 0.41
HSL 340.85º 0.18% 0.5% -
HSV(B) 340.85º 0.31% 0.59% -
XYZ 21.04 17.81 19.78 -
YUV 119.76 127.57 150.28 -
System Red Green Blue C M Y K H S L
Decimal 151 104 119 0 0.31 0.21 0.41 340.85 0.18 0.5
Hex 97 68 77 0 1F 15 29 155 12 32
Octal 227 150 167 0 37 25 51 525 22 62
Binary 10010111 1101000 1110111 0 11111 10101 101001 101010101 10010 110010

Color Harmonies of #976877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976877

Black with #976877

Text Example


Text Example

White with #976877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976877; }

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

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

background-color css

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

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

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

border-color css

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

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

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