Html Css Color HEX #975B74 Mauve Taupe

📋 copy color: '#975B74'

red 151 ◦ green 91 ◦ blue 116

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

Shades of Mauve Taupe #975B74

Tints of Mauve Taupe #975B74

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

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

R = 42.18%
G = 25.42%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#975B74 (or 0x975B74) is known color: Mauve Taupe. HEX triplet: 97, 5B and 74. RGB value is (151,91,116). Sum of RGB (Red+Green+Blue) = 151+91+116=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #975B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975B74 is #68A48B. Grayscale: #6F6F6F. Windows color (decimal): -6857868 or 7625623. OLE color: 7625623.

HSL color Cylindrical-coordinate representation of color #975B74: hue angle of 335º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #975B74 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 91 116 -
CMYK 0 0.40 0.23 0.41
HSL 335º 0.25% 0.47% -
HSV(B) 335º 0.4% 0.59% -
XYZ 19.66 15.32 18.44 -
YUV 111.79 130.38 155.97 -
System Red Green Blue C M Y K H S L
Decimal 151 91 116 0 0.40 0.23 0.41 335 0.25 0.47
Hex 97 5B 74 0 28 17 29 14F 19 2F
Octal 227 133 164 0 50 27 51 517 31 57
Binary 10010111 1011011 1110100 0 101000 10111 101001 101001111 11001 101111

Color Harmonies of #975B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975B74

Black with #975B74

Text Example


Text Example

White with #975B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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