Html Css Color HEX #975770 Mauve Taupe

📋 copy color: '#975770'

red 151 ◦ green 87 ◦ blue 112

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

Shades of Mauve Taupe #975770

Tints of Mauve Taupe #975770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.86%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 43.14%
G = 24.86%
B = 32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#975770 (or 0x975770) is known color: Mauve Taupe. HEX triplet: 97, 57 and 70. RGB value is (151,87,112). Sum of RGB (Red+Green+Blue) = 151+87+112=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 87 (34.38% from 255 or 24.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #975770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975770 is #68A88F. Grayscale: #6C6C6C. Windows color (decimal): -6858896 or 7362455. OLE color: 7362455.

HSL color Cylindrical-coordinate representation of color #975770: hue angle of 336.56º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #975770 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 87 112 -
CMYK 0 0.42 0.26 0.41
HSL 336.56º 0.27% 0.47% -
HSV(B) 336.56º 0.42% 0.59% -
XYZ 19.1 14.57 17.13 -
YUV 108.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 151 87 112 0 0.42 0.26 0.41 336.56 0.27 0.47
Hex 97 57 70 0 2A 1A 29 151 1B 2F
Octal 227 127 160 0 52 32 51 521 33 57
Binary 10010111 1010111 1110000 0 101010 11010 101001 101010001 11011 101111

Color Harmonies of #975770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975770

Black with #975770

Text Example


Text Example

White with #975770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975770; }

 p { color: rgb(151,87,112); }

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

background-color css

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

 a { background-color: rgb(151,87,112); }

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

border-color css

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

 span { border-color: rgb(151,87,112); }

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