#756485

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

Shades of Mamba #756485

Tints of Mamba #756485

Color information

#756485 (or 0x756485) is unknown color: approx Mamba. HEX triplet: 75, 64 and 85. RGB value is (117,100,133). Sum of RGB (Red+Green+Blue) = 117+100+133=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #756485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756485 is #8A9B7A. Grayscale: #6C6C6C. Windows color (decimal): -9083771 or 8742005. OLE color: 8742005.

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

Color convert

RGB117100133-
CMYK0.120.2500.48
HSL270.91º14.16%45.69%-
HSV(B)270.91º24.81%52.16%-
XYZ16.1314.5924.16-
YUV108.84141.63133.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 100 (39.45% from 255) = 28.57%
BLUE value IS 133 (52.34% from 255) = 38%
R=33.43%
G=28.57%
B=38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171001330.120.2500.48270.9114.1645.69
Hex756485C1903010fe2e
Octal16514420514310604171656
Binary111010111001001000010111001100101100001000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756485; }

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

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

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

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

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

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

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

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