#837687

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

Shades of Mamba #837687

Tints of Mamba #837687

Color information

#837687 (or 0x837687) is unknown color: approx Mamba. HEX triplet: 83, 76 and 87. RGB value is (131,118,135). Sum of RGB (Red+Green+Blue) = 131+118+135=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 135 - color contains mainly: blue. Hex color #837687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837687 is #7C8978. Grayscale: #7B7B7B. Windows color (decimal): -8161657 or 8877699. OLE color: 8877699.

HSL color Cylindrical-coordinate representation of color #837687: hue angle of 285.88º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #837687 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB131118135-
CMYK0.030.1300.47
HSL285.88º6.72%49.61%-
HSV(B)285.88º12.59%52.94%-
XYZ20.2119.5325.63-
YUV123.82134.31133.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.11%
GREEN value IS 118 (46.48% from 255) = 30.73%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=34.11%
G=30.73%
B=35.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311181350.030.1300.47285.886.7249.61
Hex8376873D02F11e732
Octal203166207315057436762
Binary100000111110110100001111111010101111100011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837687; }

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

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

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

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

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

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

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

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