Html Css Color HEX #975375 Mauve Taupe

📋 copy color: '#975375'

red 151 ◦ green 83 ◦ blue 117

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

Shades of Mauve Taupe #975375

Tints of Mauve Taupe #975375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.65%

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

R = 43.02%
G = 23.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#975375 (or 0x975375) is known color: Mauve Taupe. HEX triplet: 97, 53 and 75. RGB value is (151,83,117). Sum of RGB (Red+Green+Blue) = 151+83+117=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #975375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975375 is #68AC8A. Grayscale: #6B6B6B. Windows color (decimal): -6859915 or 7689111. OLE color: 7689111.

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

Color convert

RGB 151 83 117 -
CMYK 0 0.45 0.23 0.41
HSL 330º 0.29% 0.46% -
HSV(B) 330º 0.45% 0.59% -
XYZ 19.07 14.05 18.54 -
YUV 107.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 151 83 117 0 0.45 0.23 0.41 330 0.29 0.46
Hex 97 53 75 0 2D 17 29 14A 1D 2E
Octal 227 123 165 0 55 27 51 512 35 56
Binary 10010111 1010011 1110101 0 101101 10111 101001 101001010 11101 101110

Color Harmonies of #975375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975375

Black with #975375

Text Example


Text Example

White with #975375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975375; }

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

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

background-color css

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

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

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

border-color css

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

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

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