#936978

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

Shades of Mauve Taupe #936978

Tints of Mauve Taupe #936978

Color information

#936978 (or 0x936978) is unknown color: approx Mauve Taupe. HEX triplet: 93, 69 and 78. RGB value is (147,105,120). Sum of RGB (Red+Green+Blue) = 147+105+120=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #936978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936978 is #6C9687. Grayscale: #777777. Windows color (decimal): -7116424 or 7891347. OLE color: 7891347.

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

Color convert

RGB147105120-
CMYK00.290.180.42
HSL338.57º16.67%49.41%-
HSV(B)338.57º28.57%57.65%-
XYZ20.4717.6620.1-
YUV119.27128.41147.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 120 (47.27% from 255) = 32.26%
R=39.52%
G=28.23%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710512000.290.180.42338.5716.6749.41
Hex93697801D122A1531131
Octal22315117003522525232161
Binary10010011110100111110000111011001010101010101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936978; }

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

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

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

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

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

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

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

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