#847887

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

Shades of Mamba #847887

Tints of Mamba #847887

Color information

#847887 (or 0x847887) is unknown color: approx Mamba. HEX triplet: 84, 78 and 87. RGB value is (132,120,135). Sum of RGB (Red+Green+Blue) = 132+120+135=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #847887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847887 is #7B8778. Grayscale: #7D7D7D. Windows color (decimal): -8095609 or 8878212. OLE color: 8878212.

HSL color Cylindrical-coordinate representation of color #847887: hue angle of 288º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #847887 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB132120135-
CMYK0.020.1100.47
HSL288º5.88%50%-
HSV(B)288º11.11%52.94%-
XYZ20.6120.0925.71-
YUV125.3133.48132.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 135 (53.12% from 255) = 34.88%
R=34.11%
G=31.01%
B=34.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321201350.020.1100.472885.8850
Hex8478872B02F120632
Octal204170207213057440662
Binary100001001111000100001111010110101111100100000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847887; }

 p { color: rgb(132,120,135); }

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

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

 a { background-color: rgb(132,120,135); }

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

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

 span { border-color: rgb(132,120,135); }

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