#837787

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

Shades of Mamba #837787

Tints of Mamba #837787

Color information

#837787 (or 0x837787) is unknown color: approx Mamba. HEX triplet: 83, 77 and 87. RGB value is (131,119,135). Sum of RGB (Red+Green+Blue) = 131+119+135=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 135 - color contains mainly: blue. Hex color #837787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837787 is #7C8878. Grayscale: #7C7C7C. Windows color (decimal): -8161401 or 8877955. OLE color: 8877955.

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

Color convert

RGB131119135-
CMYK0.030.1200.47
HSL285º6.3%49.8%-
HSV(B)285º11.85%52.94%-
XYZ20.3319.7725.67-
YUV124.41133.98132.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 135 (53.12% from 255) = 35.06%
R=34.03%
G=30.91%
B=35.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311191350.030.1200.472856.349.8
Hex8377873C02F11d632
Octal203167207314057435662
Binary100000111110111100001111111000101111100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837787; }

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

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

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

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

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

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

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

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