Html Css Color HEX #976975 Mauve Taupe

📋 copy color: '#976975'

red 151 ◦ green 105 ◦ blue 117

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

Shades of Mauve Taupe #976975

Tints of Mauve Taupe #976975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.15%

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

R = 40.48%
G = 28.15%
B = 31.37%

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

#976975 (or 0x976975) is known color: Mauve Taupe. HEX triplet: 97, 69 and 75. RGB value is (151,105,117). Sum of RGB (Red+Green+Blue) = 151+105+117=373 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.48% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 151 - color contains mainly: red. Hex color #976975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976975 is #68968A. Grayscale: #787878. Windows color (decimal): -6854283 or 7694743. OLE color: 7694743.

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

Color convert

RGB 151 105 117 -
CMYK 0 0.30 0.23 0.41
HSL 344.35º 0.18% 0.5% -
HSV(B) 344.35º 0.3% 0.59% -
XYZ 21.02 17.97 19.19 -
YUV 120.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 151 105 117 0 0.30 0.23 0.41 344.35 0.18 0.5
Hex 97 69 75 0 1E 17 29 158 12 32
Octal 227 151 165 0 36 27 51 530 22 62
Binary 10010111 1101001 1110101 0 11110 10111 101001 101011000 10010 110010

Color Harmonies of #976975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976975

Black with #976975

Text Example


Text Example

White with #976975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976975; }

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

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

background-color css

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

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

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

border-color css

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

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

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