Html Css Color HEX #965774 Mauve Taupe

📋 copy color: '#965774'

red 150 ◦ green 87 ◦ blue 116

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

Shades of Mauve Taupe #965774

Tints of Mauve Taupe #965774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 42.49%
G = 24.65%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#965774 (or 0x965774) is known color: Mauve Taupe. HEX triplet: 96, 57 and 74. RGB value is (150,87,116). Sum of RGB (Red+Green+Blue) = 150+87+116=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965774 is #69A88B. Grayscale: #6D6D6D. Windows color (decimal): -6924428 or 7624598. OLE color: 7624598.

HSL color Cylindrical-coordinate representation of color #965774: hue angle of 332.38º 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 #965774 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 87 116 -
CMYK 0 0.42 0.23 0.41
HSL 332.38º 0.27% 0.46% -
HSV(B) 332.38º 0.42% 0.59% -
XYZ 19.14 14.56 18.32 -
YUV 109.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 150 87 116 0 0.42 0.23 0.41 332.38 0.27 0.46
Hex 96 57 74 0 2A 17 29 14C 1B 2E
Octal 226 127 164 0 52 27 51 514 33 56
Binary 10010110 1010111 1110100 0 101010 10111 101001 101001100 11011 101110

Color Harmonies of #965774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965774

Black with #965774

Text Example


Text Example

White with #965774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965774; }

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

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

background-color css

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

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

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

border-color css

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

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

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