Html Css Color HEX #976873 Mauve Taupe

📋 copy color: '#976873'

red 151 ◦ green 104 ◦ blue 115

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

Shades of Mauve Taupe #976873

Tints of Mauve Taupe #976873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 40.81%
G = 28.11%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#976873 (or 0x976873) is known color: Mauve Taupe. HEX triplet: 97, 68 and 73. RGB value is (151,104,115). Sum of RGB (Red+Green+Blue) = 151+104+115=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 151 - color contains mainly: red. Hex color #976873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976873 is #68978C. Grayscale: #777777. Windows color (decimal): -6854541 or 7563415. OLE color: 7563415.

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

Color convert

RGB 151 104 115 -
CMYK 0 0.31 0.24 0.41
HSL 345.96º 0.18% 0.5% -
HSV(B) 345.96º 0.31% 0.59% -
XYZ 20.81 17.72 18.54 -
YUV 119.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 151 104 115 0 0.31 0.24 0.41 345.96 0.18 0.5
Hex 97 68 73 0 1F 18 29 15A 12 32
Octal 227 150 163 0 37 30 51 532 22 62
Binary 10010111 1101000 1110011 0 11111 11000 101001 101011010 10010 110010

Color Harmonies of #976873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976873

Black with #976873

Text Example


Text Example

White with #976873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976873; }

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

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

background-color css

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

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

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

border-color css

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

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

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