#936777

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

Shades of Mauve Taupe #936777

Tints of Mauve Taupe #936777

Color information

#936777 (or 0x936777) is unknown color: approx Mauve Taupe. HEX triplet: 93, 67 and 77. RGB value is (147,103,119). Sum of RGB (Red+Green+Blue) = 147+103+119=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #936777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936777 is #6C9888. Grayscale: #757575. Windows color (decimal): -7116937 or 7825299. OLE color: 7825299.

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

Color convert

RGB147103119-
CMYK00.300.190.42
HSL338.18º17.6%49.02%-
HSV(B)338.18º29.93%57.65%-
XYZ20.2117.2419.71-
YUV117.98128.58148.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=39.84%
G=27.91%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710311900.300.190.42338.1817.649.02
Hex93677701E132A1521231
Octal22314716703623525222261
Binary10010011110011111101110111101001110101010101001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936777; }

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

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

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

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

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

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

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

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