#756188

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

Shades of Mamba #756188

Tints of Mamba #756188

Color information

#756188 (or 0x756188) is unknown color: approx Mamba. HEX triplet: 75, 61 and 88. RGB value is (117,97,136). Sum of RGB (Red+Green+Blue) = 117+97+136=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 136 - color contains mainly: blue. Hex color #756188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756188 is #8A9E77. Grayscale: #6B6B6B. Windows color (decimal): -9084536 or 8937845. OLE color: 8937845.

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

Color convert

RGB11797136-
CMYK0.140.2900.47
HSL270.77º16.74%45.69%-
HSV(B)270.77º28.68%53.33%-
XYZ16.0514.1125.17-
YUV107.43144.13134.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 97 (38.28% from 255) = 27.71%
BLUE value IS 136 (53.52% from 255) = 38.86%
R=33.43%
G=27.71%
B=38.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117971360.140.2900.47270.7716.7445.69
Hex756188E1D02F10f112e
Octal16514121016350574172156
Binary1110101110000110001000111011101010111110000111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756188; }

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

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

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

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

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

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

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

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