#837187

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

Shades of Mamba #837187

Tints of Mamba #837187

Color information

#837187 (or 0x837187) is unknown color: approx Mamba. HEX triplet: 83, 71 and 87. RGB value is (131,113,135). Sum of RGB (Red+Green+Blue) = 131+113+135=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #837187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837187 is #7C8E78. Grayscale: #787878. Windows color (decimal): -8162937 or 8876419. OLE color: 8876419.

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

Color convert

RGB131113135-
CMYK0.030.1600.47
HSL289.09º8.87%48.63%-
HSV(B)289.09º16.3%52.94%-
XYZ19.6418.3825.44-
YUV120.89135.96135.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 135 (53.12% from 255) = 35.62%
R=34.56%
G=29.82%
B=35.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311131350.030.1600.47289.098.8748.63
Hex83718731002F121931
Octal2031612073200574411161
Binary10000011111000110000111111000001011111001000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837187; }

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

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

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

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

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

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

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

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