#756484

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

Shades of Mamba #756484

Tints of Mamba #756484

Color information

#756484 (or 0x756484) is unknown color: approx Mamba. HEX triplet: 75, 64 and 84. RGB value is (117,100,132). Sum of RGB (Red+Green+Blue) = 117+100+132=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #756484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756484 is #8A9B7B. Grayscale: #6C6C6C. Windows color (decimal): -9083772 or 8676469. OLE color: 8676469.

HSL color Cylindrical-coordinate representation of color #756484: hue angle of 271.88º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756484 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB117100132-
CMYK0.110.2400.48
HSL271.88º13.79%45.49%-
HSV(B)271.88º24.24%51.76%-
XYZ16.0614.5623.79-
YUV108.73141.13133.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=33.52%
G=28.65%
B=37.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171001320.110.2400.48271.8813.7945.49
Hex756484B18030110e2d
Octal16514420413300604201655
Binary111010111001001000010010111100001100001000100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756484; }

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

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

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

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

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

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

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

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