Html Css Color HEX #965776 Mauve Taupe

📋 copy color: '#965776'

red 150 ◦ green 87 ◦ blue 118

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

Shades of Mauve Taupe #965776

Tints of Mauve Taupe #965776

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.51%

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

R = 42.25%
G = 24.51%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#965776 (or 0x965776) is known color: Mauve Taupe. HEX triplet: 96, 57 and 76. RGB value is (150,87,118). Sum of RGB (Red+Green+Blue) = 150+87+118=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #965776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965776 is #69A889. Grayscale: #6D6D6D. Windows color (decimal): -6924426 or 7755670. OLE color: 7755670.

HSL color Cylindrical-coordinate representation of color #965776: hue angle of 330.48º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965776 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 118 -
CMYK 0 0.42 0.21 0.41
HSL 330.48º 0.27% 0.46% -
HSV(B) 330.48º 0.42% 0.59% -
XYZ 19.26 14.61 18.94 -
YUV 109.37 132.87 156.98 -
System Red Green Blue C M Y K H S L
Decimal 150 87 118 0 0.42 0.21 0.41 330.48 0.27 0.46
Hex 96 57 76 0 2A 15 29 14A 1B 2E
Octal 226 127 166 0 52 25 51 512 33 56
Binary 10010110 1010111 1110110 0 101010 10101 101001 101001010 11011 101110

Color Harmonies of #965776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965776

Black with #965776

Text Example


Text Example

White with #965776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965776; }

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

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

background-color css

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

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

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

border-color css

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

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

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