#756189

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

Shades of Mamba #756189

Tints of Mamba #756189

Color information

#756189 (or 0x756189) is unknown color: approx Mamba. HEX triplet: 75, 61 and 89. RGB value is (117,97,137). Sum of RGB (Red+Green+Blue) = 117+97+137=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #756189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756189 is #8A9E76. Grayscale: #6B6B6B. Windows color (decimal): -9084535 or 9003381. OLE color: 9003381.

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

Color convert

RGB11797137-
CMYK0.150.2900.46
HSL270º17.09%45.88%-
HSV(B)270º29.2%53.73%-
XYZ16.1314.1425.55-
YUV107.54144.63134.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 27.64%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=33.33%
G=27.64%
B=39.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117971370.150.2900.4627017.0945.88
Hex756189F1D02E10e112e
Octal16514121117350564162156
Binary1110101110000110001001111111101010111010000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756189; }

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

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

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

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

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

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

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

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