#936F78

Color #936F78 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #936F78

Tints of Mauve Taupe #936F78

Color information

#936F78 (or 0x936F78) is unknown color: approx Mauve Taupe. HEX triplet: 93, 6F and 78. RGB value is (147,111,120). Sum of RGB (Red+Green+Blue) = 147+111+120=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #936F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F78 is #6C9087. Grayscale: #7A7A7A. Windows color (decimal): -7114888 or 7892883. OLE color: 7892883.

HSL color Cylindrical-coordinate representation of color #936F78: hue angle of 345º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #936F78 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB147111120-
CMYK00.240.180.42
HSL345º14.29%50.59%-
HSV(B)345º24.49%57.65%-
XYZ21.1118.9320.31-
YUV122.79126.43145.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 120 (47.27% from 255) = 31.75%
R=38.89%
G=29.37%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711112000.240.180.4234514.2950.59
Hex936F78018122A159e33
Octal22315717003022525311663
Binary1001001111011111111000011000100101010101010110011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936F78; }

 p { color: rgb(147,111,120); }

 H1.HeaderClassName
 {
   color: #936F78;
 }
 .AnyTagClassName
 {
   color: #936F78;
 }
</style>
background-color css

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

 a { background-color: rgb(147,111,120); }

 div.DivClassName
 {
   background-color: #936F78;
 }
 .BgClassName
 {
   background-color: #936F78;
 }
</style>
border-color css

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

 span { border-color: rgb(147,111,120); }

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