#756887

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

Shades of Mamba #756887

Tints of Mamba #756887

Color information

#756887 (or 0x756887) is unknown color: approx Mamba. HEX triplet: 75, 68 and 87. RGB value is (117,104,135). Sum of RGB (Red+Green+Blue) = 117+104+135=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 135 - color contains mainly: blue. Hex color #756887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756887 is #8A9778. Grayscale: #6F6F6F. Windows color (decimal): -9082745 or 8874101. OLE color: 8874101.

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

Color convert

RGB117104135-
CMYK0.130.2300.47
HSL265.16º12.97%46.86%-
HSV(B)265.16º22.96%52.94%-
XYZ16.6615.4325.02-
YUV111.42141.31131.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=32.87%
G=29.21%
B=37.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171041350.130.2300.47265.1612.9746.86
Hex756887D1702F109d2f
Octal16515020715270574111557
Binary111010111010001000011111011011101011111000010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756887; }

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

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

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

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

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

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

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

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