Html Css Color HEX #976875 Mauve Taupe

📋 copy color: '#976875'

red 151 ◦ green 104 ◦ blue 117

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

Shades of Mauve Taupe #976875

Tints of Mauve Taupe #976875

RGB

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

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

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

R = 40.59%
G = 27.96%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#976875 (or 0x976875) is known color: Mauve Taupe. HEX triplet: 97, 68 and 75. RGB value is (151,104,117). Sum of RGB (Red+Green+Blue) = 151+104+117=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #976875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976875 is #68978A. Grayscale: #777777. Windows color (decimal): -6854539 or 7694487. OLE color: 7694487.

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

Color convert

RGB 151 104 117 -
CMYK 0 0.31 0.23 0.41
HSL 343.4º 0.18% 0.5% -
HSV(B) 343.4º 0.31% 0.59% -
XYZ 20.92 17.76 19.16 -
YUV 119.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 151 104 117 0 0.31 0.23 0.41 343.4 0.18 0.5
Hex 97 68 75 0 1F 17 29 157 12 32
Octal 227 150 165 0 37 27 51 527 22 62
Binary 10010111 1101000 1110101 0 11111 10111 101001 101010111 10010 110010

Color Harmonies of #976875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976875

Black with #976875

Text Example


Text Example

White with #976875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976875; }

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

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

background-color css

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

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

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

border-color css

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

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

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