Html Css Color HEX #956877 Mauve Taupe

📋 copy color: '#956877'

red 149 ◦ green 104 ◦ blue 119

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

Shades of Mauve Taupe #956877

Tints of Mauve Taupe #956877

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 40.05%
G = 27.96%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#956877 (or 0x956877) is known color: Mauve Taupe. HEX triplet: 95, 68 and 77. RGB value is (149,104,119). Sum of RGB (Red+Green+Blue) = 149+104+119=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #956877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956877 is #6A9788. Grayscale: #777777. Windows color (decimal): -6985609 or 7825557. OLE color: 7825557.

HSL color Cylindrical-coordinate representation of color #956877: hue angle of 340º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956877 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 119 -
CMYK 0 0.30 0.20 0.42
HSL 340º 0.18% 0.5% -
HSV(B) 340º 0.3% 0.58% -
XYZ 20.67 17.62 19.76 -
YUV 119.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 149 104 119 0 0.30 0.20 0.42 340 0.18 0.5
Hex 95 68 77 0 1E 14 2A 154 12 32
Octal 225 150 167 0 36 24 52 524 22 62
Binary 10010101 1101000 1110111 0 11110 10100 101010 101010100 10010 110010

Color Harmonies of #956877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956877

Black with #956877

Text Example


Text Example

White with #956877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956877; }

 p { color: rgb(149,104,119); }

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

background-color css

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

 a { background-color: rgb(149,104,119); }

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

border-color css

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

 span { border-color: rgb(149,104,119); }

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