#837887

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

Shades of Mamba #837887

Tints of Mamba #837887

Color information

#837887 (or 0x837887) is unknown color: approx Mamba. HEX triplet: 83, 78 and 87. RGB value is (131,120,135). Sum of RGB (Red+Green+Blue) = 131+120+135=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 135 - color contains mainly: blue. Hex color #837887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837887 is #7C8778. Grayscale: #7C7C7C. Windows color (decimal): -8161145 or 8878211. OLE color: 8878211.

HSL color Cylindrical-coordinate representation of color #837887: hue angle of 284º 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 #837887 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB131120135-
CMYK0.030.1100.47
HSL284º5.88%50%-
HSV(B)284º11.11%52.94%-
XYZ20.4520.0125.71-
YUV125133.64132.28-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 120 (47.27% from 255) = 31.09%
BLUE value IS 135 (53.12% from 255) = 34.97%
R=33.94%
G=31.09%
B=34.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311201350.030.1100.472845.8850
Hex8378873B02F11c632
Octal203170207313057434662
Binary100000111111000100001111110110101111100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837887; }

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

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

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

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

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

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

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

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