#837786

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

Shades of Mamba #837786

Tints of Mamba #837786

Color information

#837786 (or 0x837786) is unknown color: approx Mamba. HEX triplet: 83, 77 and 86. RGB value is (131,119,134). Sum of RGB (Red+Green+Blue) = 131+119+134=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 134 - color contains mainly: blue. Hex color #837786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837786 is #7C8879. Grayscale: #7C7C7C. Windows color (decimal): -8161402 or 8812419. OLE color: 8812419.

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

Color convert

RGB131119134-
CMYK0.020.1100.47
HSL288º5.93%49.61%-
HSV(B)288º11.19%52.55%-
XYZ20.2619.7425.3-
YUV124.3133.48132.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 134 (52.73% from 255) = 34.90%
R=34.11%
G=30.99%
B=34.90%

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
Decimal1311191340.020.1100.472885.9349.61
Hex8377862B02F120632
Octal203167206213057440662
Binary100000111110111100001101010110101111100100000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837786; }

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

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

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

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

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

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

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

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