#756787

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

Shades of Mamba #756787

Tints of Mamba #756787

Color information

#756787 (or 0x756787) is unknown color: approx Mamba. HEX triplet: 75, 67 and 87. RGB value is (117,103,135). Sum of RGB (Red+Green+Blue) = 117+103+135=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 135 - color contains mainly: blue. Hex color #756787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756787 is #8A9878. Grayscale: #6E6E6E. Windows color (decimal): -9083001 or 8873845. OLE color: 8873845.

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

Color convert

RGB117103135-
CMYK0.130.2400.47
HSL266.25º13.45%46.67%-
HSV(B)266.25º23.7%52.94%-
XYZ16.5615.2324.99-
YUV110.83141.64132.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=32.96%
G=29.01%
B=38.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171031350.130.2400.47266.2513.4546.67
Hex756787D1802F10ad2f
Octal16514720715300574121557
Binary111010111001111000011111011100001011111000010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756787; }

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

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

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

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

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

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

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

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