Html Css Color HEX #965F77 Mauve Taupe

📋 copy color: '#965F77'

red 150 ◦ green 95 ◦ blue 119

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

Shades of Mauve Taupe #965F77

Tints of Mauve Taupe #965F77

RGB

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

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

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

R = 41.21%
G = 26.1%
B = 32.69%

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

#965F77 (or 0x965F77) is known color: Mauve Taupe. HEX triplet: 96, 5F and 77. RGB value is (150,95,119). Sum of RGB (Red+Green+Blue) = 150+95+119=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #965F77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F77 is #69A088. Grayscale: #727272. Windows color (decimal): -6922377 or 7823254. OLE color: 7823254.

HSL color Cylindrical-coordinate representation of color #965F77: hue angle of 333.82º 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 #965F77 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 95 119 -
CMYK 0 0.37 0.21 0.41
HSL 333.82º 0.22% 0.48% -
HSV(B) 333.82º 0.37% 0.59% -
XYZ 20 16 19.49 -
YUV 114.18 130.72 153.55 -
System Red Green Blue C M Y K H S L
Decimal 150 95 119 0 0.37 0.21 0.41 333.82 0.22 0.48
Hex 96 5F 77 0 25 15 29 14E 16 30
Octal 226 137 167 0 45 25 51 516 26 60
Binary 10010110 1011111 1110111 0 100101 10101 101001 101001110 10110 110000

Color Harmonies of #965F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F77

Black with #965F77

Text Example


Text Example

White with #965F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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