#756587

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

Shades of Mamba #756587

Tints of Mamba #756587

Color information

#756587 (or 0x756587) is unknown color: approx Mamba. HEX triplet: 75, 65 and 87. RGB value is (117,101,135). Sum of RGB (Red+Green+Blue) = 117+101+135=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: blue. Hex color #756587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756587 is #8A9A78. Grayscale: #6D6D6D. Windows color (decimal): -9083513 or 8873333. OLE color: 8873333.

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

Color convert

RGB117101135-
CMYK0.130.2500.47
HSL268.24º14.41%46.27%-
HSV(B)268.24º25.19%52.94%-
XYZ16.3614.8424.92-
YUV109.66142.3133.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 101 (39.84% from 255) = 28.61%
BLUE value IS 135 (53.12% from 255) = 38.24%
R=33.14%
G=28.61%
B=38.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171011350.130.2500.47268.2414.4146.27
Hex756587D1902F10ce2e
Octal16514520715310574141656
Binary111010111001011000011111011100101011111000011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756587; }

 p { color: rgb(117,101,135); }

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

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

 a { background-color: rgb(117,101,135); }

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

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

 span { border-color: rgb(117,101,135); }

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