Html Css Color HEX #956B77 Mauve Taupe

📋 copy color: '#956B77'

red 149 ◦ green 107 ◦ blue 119

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

Shades of Mauve Taupe #956B77

Tints of Mauve Taupe #956B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.53%

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

R = 39.73%
G = 28.53%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#956B77 (or 0x956B77) is known color: Mauve Taupe. HEX triplet: 95, 6B and 77. RGB value is (149,107,119). Sum of RGB (Red+Green+Blue) = 149+107+119=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 107 (42.19% from 255 or 28.53% from 375); Blue value is 119 (46.88% from 255 or 31.73% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #956B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B77 is #6A9488. Grayscale: #787878. Windows color (decimal): -6984841 or 7826325. OLE color: 7826325.

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

Color convert

RGB 149 107 119 -
CMYK 0 0.28 0.20 0.42
HSL 342.86º 0.17% 0.5% -
HSV(B) 342.86º 0.28% 0.58% -
XYZ 20.98 18.24 19.87 -
YUV 120.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 149 107 119 0 0.28 0.20 0.42 342.86 0.17 0.5
Hex 95 6B 77 0 1C 14 2A 157 11 32
Octal 225 153 167 0 34 24 52 527 21 62
Binary 10010101 1101011 1110111 0 11100 10100 101010 101010111 10001 110010

Color Harmonies of #956B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956B77

Black with #956B77

Text Example


Text Example

White with #956B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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