Html Css Color HEX #955773 Mauve Taupe

📋 copy color: '#955773'

red 149 ◦ green 87 ◦ blue 115

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

Shades of Mauve Taupe #955773

Tints of Mauve Taupe #955773

RGB

 RED value IS 149 (58.59% from 255) = 42.45%

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

 BLUE value IS 115 (45.31% from 255) = 32.76%

R = 42.45%
G = 24.79%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#955773 (or 0x955773) is known color: Mauve Taupe. HEX triplet: 95, 57 and 73. RGB value is (149,87,115). Sum of RGB (Red+Green+Blue) = 149+87+115=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955773 is #6AA88C. Grayscale: #6C6C6C. Windows color (decimal): -6989965 or 7559061. OLE color: 7559061.

HSL color Cylindrical-coordinate representation of color #955773: hue angle of 332.9º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955773 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 115 -
CMYK 0 0.42 0.23 0.42
HSL 332.9º 0.26% 0.46% -
HSV(B) 332.9º 0.42% 0.58% -
XYZ 18.9 14.44 18.01 -
YUV 108.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 149 87 115 0 0.42 0.23 0.42 332.9 0.26 0.46
Hex 95 57 73 0 2A 17 2A 14D 1A 2E
Octal 225 127 163 0 52 27 52 515 32 56
Binary 10010101 1010111 1110011 0 101010 10111 101010 101001101 11010 101110

Color Harmonies of #955773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955773

Black with #955773

Text Example


Text Example

White with #955773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955773; }

 p { color: rgb(149,87,115); }

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

background-color css

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

 a { background-color: rgb(149,87,115); }

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

border-color css

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

 span { border-color: rgb(149,87,115); }

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