Html Css Color HEX #976A75 Mauve Taupe

📋 copy color: '#976A75'

red 151 ◦ green 106 ◦ blue 117

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

Shades of Mauve Taupe #976A75

Tints of Mauve Taupe #976A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.34%

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 40.37%
G = 28.34%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#976A75 (or 0x976A75) is known color: Mauve Taupe. HEX triplet: 97, 6A and 75. RGB value is (151,106,117). Sum of RGB (Red+Green+Blue) = 151+106+117=374 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.37% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 151 - color contains mainly: red. Hex color #976A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A75 is #68958A. Grayscale: #787878. Windows color (decimal): -6854027 or 7694999. OLE color: 7694999.

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

Color convert

RGB 151 106 117 -
CMYK 0 0.30 0.23 0.41
HSL 345.33º 0.18% 0.5% -
HSV(B) 345.33º 0.3% 0.59% -
XYZ 21.13 18.17 19.22 -
YUV 120.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 151 106 117 0 0.30 0.23 0.41 345.33 0.18 0.5
Hex 97 6A 75 0 1E 17 29 159 12 32
Octal 227 152 165 0 36 27 51 531 22 62
Binary 10010111 1101010 1110101 0 11110 10111 101001 101011001 10010 110010

Color Harmonies of #976A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976A75

Black with #976A75

Text Example


Text Example

White with #976A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976A75; }

 p { color: rgb(151,106,117); }

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

background-color css

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

 a { background-color: rgb(151,106,117); }

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

border-color css

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

 span { border-color: rgb(151,106,117); }

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