#756489

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

Shades of Mamba #756489

Tints of Mamba #756489

Color information

#756489 (or 0x756489) is unknown color: approx Mamba. HEX triplet: 75, 64 and 89. RGB value is (117,100,137). Sum of RGB (Red+Green+Blue) = 117+100+137=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #756489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756489 is #8A9B76. Grayscale: #6D6D6D. Windows color (decimal): -9083767 or 9004149. OLE color: 9004149.

HSL color Cylindrical-coordinate representation of color #756489: hue angle of 267.57º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #756489 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB117100137-
CMYK0.150.2700.46
HSL267.57º15.61%46.47%-
HSV(B)267.57º27.01%53.73%-
XYZ16.4114.725.64-
YUV109.3143.63133.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=33.05%
G=28.25%
B=38.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1171001370.150.2700.46267.5715.6146.47
Hex756489F1B02E10c102e
Octal16514421117330564142056
Binary1110101110010010001001111111011010111010000110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756489; }

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

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

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

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

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

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

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

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