Html Css Color HEX #976074 Mauve Taupe

📋 copy color: '#976074'

red 151 ◦ green 96 ◦ blue 116

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

Shades of Mauve Taupe #976074

Tints of Mauve Taupe #976074

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 41.6%
G = 26.45%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#976074 (or 0x976074) is known color: Mauve Taupe. HEX triplet: 97, 60 and 74. RGB value is (151,96,116). Sum of RGB (Red+Green+Blue) = 151+96+116=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #976074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976074 is #689F8B. Grayscale: #727272. Windows color (decimal): -6856588 or 7626903. OLE color: 7626903.

HSL color Cylindrical-coordinate representation of color #976074: hue angle of 338.18º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976074 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 96 116 -
CMYK 0 0.36 0.23 0.41
HSL 338.18º 0.22% 0.48% -
HSV(B) 338.18º 0.36% 0.59% -
XYZ 20.1 16.21 18.59 -
YUV 114.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 151 96 116 0 0.36 0.23 0.41 338.18 0.22 0.48
Hex 97 60 74 0 24 17 29 152 16 30
Octal 227 140 164 0 44 27 51 522 26 60
Binary 10010111 1100000 1110100 0 100100 10111 101001 101010010 10110 110000

Color Harmonies of #976074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976074

Black with #976074

Text Example


Text Example

White with #976074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976074; }

 p { color: rgb(151,96,116); }

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

background-color css

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

 a { background-color: rgb(151,96,116); }

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

border-color css

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

 span { border-color: rgb(151,96,116); }

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