#847987

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

Shades of Mamba #847987

Tints of Mamba #847987

Color information

#847987 (or 0x847987) is unknown color: approx Mamba. HEX triplet: 84, 79 and 87. RGB value is (132,121,135). Sum of RGB (Red+Green+Blue) = 132+121+135=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 135 - color contains mainly: blue. Hex color #847987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847987 is #7B8678. Grayscale: #7D7D7D. Windows color (decimal): -8095353 or 8878468. OLE color: 8878468.

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

Color convert

RGB132121135-
CMYK0.020.1000.47
HSL287.14º5.51%50.2%-
HSV(B)287.14º10.37%52.94%-
XYZ20.7320.3325.75-
YUV125.88133.14132.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.02%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 135 (53.12% from 255) = 34.79%
R=34.02%
G=31.19%
B=34.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321211350.020.1000.47287.145.5150.2
Hex8479872A02F11f632
Octal204171207212057437662
Binary100001001111001100001111010100101111100011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847987; }

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

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

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

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

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

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

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

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