#936877

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

Shades of Mauve Taupe #936877

Tints of Mauve Taupe #936877

Color information

#936877 (or 0x936877) is unknown color: approx Mauve Taupe. HEX triplet: 93, 68 and 77. RGB value is (147,104,119). Sum of RGB (Red+Green+Blue) = 147+104+119=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #936877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936877 is #6C9788. Grayscale: #767676. Windows color (decimal): -7116681 or 7825555. OLE color: 7825555.

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

Color convert

RGB147104119-
CMYK00.290.190.42
HSL339.07º17.13%49.22%-
HSV(B)339.07º29.25%57.65%-
XYZ20.3117.4419.75-
YUV118.57128.25148.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 104 (41.02% from 255) = 28.11%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=39.73%
G=28.11%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710411900.290.190.42339.0717.1349.22
Hex93687701D132A1531131
Octal22315016703523525232161
Binary10010011110100011101110111011001110101010101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936877; }

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

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

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

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

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

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

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

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