Html Css Color HEX #976676 Mauve Taupe

📋 copy color: '#976676'

red 151 ◦ green 102 ◦ blue 118

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

Shades of Mauve Taupe #976676

Tints of Mauve Taupe #976676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.49%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 40.7%
G = 27.49%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#976676 (or 0x976676) is known color: Mauve Taupe. HEX triplet: 97, 66 and 76. RGB value is (151,102,118). Sum of RGB (Red+Green+Blue) = 151+102+118=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #976676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976676 is #689989. Grayscale: #767676. Windows color (decimal): -6855050 or 7759511. OLE color: 7759511.

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

Color convert

RGB 151 102 118 -
CMYK 0 0.32 0.22 0.41
HSL 340.41º 0.19% 0.5% -
HSV(B) 340.41º 0.32% 0.59% -
XYZ 20.78 17.39 19.4 -
YUV 118.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 151 102 118 0 0.32 0.22 0.41 340.41 0.19 0.5
Hex 97 66 76 0 20 16 29 154 13 32
Octal 227 146 166 0 40 26 51 524 23 62
Binary 10010111 1100110 1110110 0 100000 10110 101001 101010100 10011 110010

Color Harmonies of #976676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976676

Black with #976676

Text Example


Text Example

White with #976676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976676; }

 p { color: rgb(151,102,118); }

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

background-color css

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

 a { background-color: rgb(151,102,118); }

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

border-color css

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

 span { border-color: rgb(151,102,118); }

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