#936778

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

Shades of Mauve Taupe #936778

Tints of Mauve Taupe #936778

Color information

#936778 (or 0x936778) is unknown color: approx Mauve Taupe. HEX triplet: 93, 67 and 78. RGB value is (147,103,120). Sum of RGB (Red+Green+Blue) = 147+103+120=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #936778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936778 is #6C9887. Grayscale: #767676. Windows color (decimal): -7116936 or 7890835. OLE color: 7890835.

HSL color Cylindrical-coordinate representation of color #936778: hue angle of 336.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936778 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB147103120-
CMYK00.300.180.42
HSL336.82º17.6%49.02%-
HSV(B)336.82º29.93%57.65%-
XYZ20.2717.2620.03-
YUV118.09129.08148.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 120 (47.27% from 255) = 32.43%
R=39.73%
G=27.84%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710312000.300.180.42336.8217.649.02
Hex93677801E122A1511231
Octal22314717003622525212261
Binary10010011110011111110000111101001010101010101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936778; }

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

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

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

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

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

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

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

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