#837886

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

Shades of Mamba #837886

Tints of Mamba #837886

Color information

#837886 (or 0x837886) is unknown color: approx Mamba. HEX triplet: 83, 78 and 86. RGB value is (131,120,134). Sum of RGB (Red+Green+Blue) = 131+120+134=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 134 - color contains mainly: blue. Hex color #837886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837886 is #7C8779. Grayscale: #7C7C7C. Windows color (decimal): -8161146 or 8812675. OLE color: 8812675.

HSL color Cylindrical-coordinate representation of color #837886: 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 #837886 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB131120134-
CMYK0.020.1000.47
HSL287.14º5.51%49.8%-
HSV(B)287.14º10.45%52.55%-
XYZ20.3819.9825.34-
YUV124.88133.14132.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=34.03%
G=31.17%
B=34.81%

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
Decimal1311201340.020.1000.47287.145.5149.8
Hex8378862A02F11f632
Octal203170206212057437662
Binary100000111111000100001101010100101111100011111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837886; }

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

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

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

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

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

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

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

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