Html Css Color HEX #955D76 Mauve Taupe

📋 copy color: '#955D76'

red 149 ◦ green 93 ◦ blue 118

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

Shades of Mauve Taupe #955D76

Tints of Mauve Taupe #955D76

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

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

R = 41.39%
G = 25.83%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#955D76 (or 0x955D76) is known color: Mauve Taupe. HEX triplet: 95, 5D and 76. RGB value is (149,93,118). Sum of RGB (Red+Green+Blue) = 149+93+118=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #955D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D76 is #6AA289. Grayscale: #707070. Windows color (decimal): -6988426 or 7757205. OLE color: 7757205.

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

Color convert

RGB 149 93 118 -
CMYK 0 0.38 0.21 0.42
HSL 333.21º 0.23% 0.47% -
HSV(B) 333.21º 0.38% 0.58% -
XYZ 19.58 15.53 19.1 -
YUV 112.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 149 93 118 0 0.38 0.21 0.42 333.21 0.23 0.47
Hex 95 5D 76 0 26 15 2A 14D 17 2F
Octal 225 135 166 0 46 25 52 515 27 57
Binary 10010101 1011101 1110110 0 100110 10101 101010 101001101 10111 101111

Color Harmonies of #955D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D76

Black with #955D76

Text Example


Text Example

White with #955D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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