Html Css Color HEX #955774 Mauve Taupe

📋 copy color: '#955774'

red 149 ◦ green 87 ◦ blue 116

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

Shades of Mauve Taupe #955774

Tints of Mauve Taupe #955774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.95%

R = 42.33%
G = 24.72%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#955774 (or 0x955774) is known color: Mauve Taupe. HEX triplet: 95, 57 and 74. RGB value is (149,87,116). Sum of RGB (Red+Green+Blue) = 149+87+116=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #955774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955774 is #6AA88B. Grayscale: #6C6C6C. Windows color (decimal): -6989964 or 7624597. OLE color: 7624597.

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

Color convert

RGB 149 87 116 -
CMYK 0 0.42 0.22 0.42
HSL 331.94º 0.26% 0.46% -
HSV(B) 331.94º 0.42% 0.58% -
XYZ 18.96 14.47 18.32 -
YUV 108.84 132.04 156.64 -
System Red Green Blue C M Y K H S L
Decimal 149 87 116 0 0.42 0.22 0.42 331.94 0.26 0.46
Hex 95 57 74 0 2A 16 2A 14C 1A 2E
Octal 225 127 164 0 52 26 52 514 32 56
Binary 10010101 1010111 1110100 0 101010 10110 101010 101001100 11010 101110

Color Harmonies of #955774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955774

Black with #955774

Text Example


Text Example

White with #955774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955774; }

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

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

background-color css

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

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

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

border-color css

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

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

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