#837686

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

Shades of Mamba #837686

Tints of Mamba #837686

Color information

#837686 (or 0x837686) is unknown color: approx Mamba. HEX triplet: 83, 76 and 86. RGB value is (131,118,134). Sum of RGB (Red+Green+Blue) = 131+118+134=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #837686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837686 is #7C8979. Grayscale: #7B7B7B. Windows color (decimal): -8161658 or 8812163. OLE color: 8812163.

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

Color convert

RGB131118134-
CMYK0.020.1200.47
HSL288.75º6.35%49.41%-
HSV(B)288.75º11.94%52.55%-
XYZ20.1419.525.26-
YUV123.71133.81133.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.20%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 134 (52.73% from 255) = 34.99%
R=34.20%
G=30.81%
B=34.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311181340.020.1200.47288.756.3549.41
Hex8376862C02F121631
Octal203166206214057441661
Binary100000111110110100001101011000101111100100001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837686; }

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

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

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

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

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

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

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

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