Html Css Color HEX #975872 Mauve Taupe

📋 copy color: '#975872'

red 151 ◦ green 88 ◦ blue 114

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

Shades of Mauve Taupe #975872

Tints of Mauve Taupe #975872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.29%

R = 42.78%
G = 24.93%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#975872 (or 0x975872) is known color: Mauve Taupe. HEX triplet: 97, 58 and 72. RGB value is (151,88,114). Sum of RGB (Red+Green+Blue) = 151+88+114=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #975872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #975872 is #68A78D. Grayscale: #6D6D6D. Windows color (decimal): -6858638 or 7493783. OLE color: 7493783.

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

Color convert

RGB 151 88 114 -
CMYK 0 0.42 0.25 0.41
HSL 335.24º 0.26% 0.47% -
HSV(B) 335.24º 0.42% 0.59% -
XYZ 19.29 14.77 17.75 -
YUV 109.8 130.37 157.39 -
System Red Green Blue C M Y K H S L
Decimal 151 88 114 0 0.42 0.25 0.41 335.24 0.26 0.47
Hex 97 58 72 0 2A 19 29 14F 1A 2F
Octal 227 130 162 0 52 31 51 517 32 57
Binary 10010111 1011000 1110010 0 101010 11001 101001 101001111 11010 101111

Color Harmonies of #975872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975872

Black with #975872

Text Example


Text Example

White with #975872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975872; }

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

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

background-color css

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

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

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

border-color css

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

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

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