Html Css Color HEX #975875 Mauve Taupe

📋 copy color: '#975875'

red 151 ◦ green 88 ◦ blue 117

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

Shades of Mauve Taupe #975875

Tints of Mauve Taupe #975875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 42.42%
G = 24.72%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#975875 (or 0x975875) is known color: Mauve Taupe. HEX triplet: 97, 58 and 75. RGB value is (151,88,117). Sum of RGB (Red+Green+Blue) = 151+88+117=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #975875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975875 is #68A78A. Grayscale: #6E6E6E. Windows color (decimal): -6858635 or 7690391. OLE color: 7690391.

HSL color Cylindrical-coordinate representation of color #975875: hue angle of 332.38º degrees, saturation: 0.26, 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 #975875 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 117 -
CMYK 0 0.42 0.23 0.41
HSL 332.38º 0.26% 0.47% -
HSV(B) 332.38º 0.42% 0.59% -
XYZ 19.46 14.84 18.67 -
YUV 110.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 151 88 117 0 0.42 0.23 0.41 332.38 0.26 0.47
Hex 97 58 75 0 2A 17 29 14C 1A 2F
Octal 227 130 165 0 52 27 51 514 32 57
Binary 10010111 1011000 1110101 0 101010 10111 101001 101001100 11010 101111

Color Harmonies of #975875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975875

Black with #975875

Text Example


Text Example

White with #975875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975875; }

 p { color: rgb(151,88,117); }

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

background-color css

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

 a { background-color: rgb(151,88,117); }

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

border-color css

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

 span { border-color: rgb(151,88,117); }

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