#756488

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

Shades of Mamba #756488

Tints of Mamba #756488

Color information

#756488 (or 0x756488) is unknown color: approx Mamba. HEX triplet: 75, 64 and 88. RGB value is (117,100,136). Sum of RGB (Red+Green+Blue) = 117+100+136=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #756488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756488 is #8A9B77. Grayscale: #6D6D6D. Windows color (decimal): -9083768 or 8938613. OLE color: 8938613.

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

Color convert

RGB117100136-
CMYK0.140.2600.47
HSL268.33º15.25%46.27%-
HSV(B)268.33º26.47%53.33%-
XYZ16.3414.6725.26-
YUV109.19143.13133.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 100 (39.45% from 255) = 28.33%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=33.14%
G=28.33%
B=38.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171001360.140.2600.47268.3315.2546.27
Hex756488E1A02F10cf2e
Octal16514421016320574141756
Binary111010111001001000100011101101001011111000011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756488; }

 p { color: rgb(117,100,136); }

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

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

 a { background-color: rgb(117,100,136); }

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

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

 span { border-color: rgb(117,100,136); }

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