Html Css Color HEX #955A76 Mauve Taupe

📋 copy color: '#955A76'

red 149 ◦ green 90 ◦ blue 118

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

Shades of Mauve Taupe #955A76

Tints of Mauve Taupe #955A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 41.74%
G = 25.21%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#955A76 (or 0x955A76) is known color: Mauve Taupe. HEX triplet: 95, 5A and 76. RGB value is (149,90,118). Sum of RGB (Red+Green+Blue) = 149+90+118=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #955A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A76 is #6AA589. Grayscale: #6E6E6E. Windows color (decimal): -6989194 or 7756437. OLE color: 7756437.

HSL color Cylindrical-coordinate representation of color #955A76: hue angle of 331.53º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A76 is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 90 118 -
CMYK 0 0.40 0.21 0.42
HSL 331.53º 0.25% 0.47% -
HSV(B) 331.53º 0.4% 0.58% -
XYZ 19.32 15.01 19.02 -
YUV 110.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 149 90 118 0 0.40 0.21 0.42 331.53 0.25 0.47
Hex 95 5A 76 0 28 15 2A 14C 19 2F
Octal 225 132 166 0 50 25 52 514 31 57
Binary 10010101 1011010 1110110 0 101000 10101 101010 101001100 11001 101111

Color Harmonies of #955A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955A76

Black with #955A76

Text Example


Text Example

White with #955A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955A76; }

 p { color: rgb(149,90,118); }

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

background-color css

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

 a { background-color: rgb(149,90,118); }

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

border-color css

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

 span { border-color: rgb(149,90,118); }

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