Html Css Color HEX #976773 Mauve Taupe

📋 copy color: '#976773'

red 151 ◦ green 103 ◦ blue 115

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

Shades of Mauve Taupe #976773

Tints of Mauve Taupe #976773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.91%

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

R = 40.92%
G = 27.91%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#976773 (or 0x976773) is known color: Mauve Taupe. HEX triplet: 97, 67 and 73. RGB value is (151,103,115). Sum of RGB (Red+Green+Blue) = 151+103+115=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #976773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976773 is #68988C. Grayscale: #767676. Windows color (decimal): -6854797 or 7563159. OLE color: 7563159.

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

Color convert

RGB 151 103 115 -
CMYK 0 0.32 0.24 0.41
HSL 345º 0.19% 0.5% -
HSV(B) 345º 0.32% 0.59% -
XYZ 20.71 17.52 18.51 -
YUV 118.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 151 103 115 0 0.32 0.24 0.41 345 0.19 0.5
Hex 97 67 73 0 20 18 29 159 13 32
Octal 227 147 163 0 40 30 51 531 23 62
Binary 10010111 1100111 1110011 0 100000 11000 101001 101011001 10011 110010

Color Harmonies of #976773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976773

Black with #976773

Text Example


Text Example

White with #976773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976773; }

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

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

background-color css

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

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

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

border-color css

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

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

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