Html Css Color HEX #965F76 Mauve Taupe

📋 copy color: '#965F76'

red 150 ◦ green 95 ◦ blue 118

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

Shades of Mauve Taupe #965F76

Tints of Mauve Taupe #965F76

RGB

 RED value IS 150 (58.98% from 255) = 41.32%

 GREEN value IS 95 (37.5% from 255) = 26.17%

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

R = 41.32%
G = 26.17%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#965F76 (or 0x965F76) is known color: Mauve Taupe. HEX triplet: 96, 5F and 76. RGB value is (150,95,118). Sum of RGB (Red+Green+Blue) = 150+95+118=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F76 is #69A089. Grayscale: #727272. Windows color (decimal): -6922378 or 7757718. OLE color: 7757718.

HSL color Cylindrical-coordinate representation of color #965F76: hue angle of 334.91º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F76 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 118 -
CMYK 0 0.37 0.21 0.41
HSL 334.91º 0.22% 0.48% -
HSV(B) 334.91º 0.37% 0.59% -
XYZ 19.94 15.98 19.17 -
YUV 114.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 150 95 118 0 0.37 0.21 0.41 334.91 0.22 0.48
Hex 96 5F 76 0 25 15 29 14F 16 30
Octal 226 137 166 0 45 25 51 517 26 60
Binary 10010110 1011111 1110110 0 100101 10101 101001 101001111 10110 110000

Color Harmonies of #965F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F76

Black with #965F76

Text Example


Text Example

White with #965F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965F76; }

 p { color: rgb(150,95,118); }

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

background-color css

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

 a { background-color: rgb(150,95,118); }

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

border-color css

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

 span { border-color: rgb(150,95,118); }

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