#756785

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

Shades of Mamba #756785

Tints of Mamba #756785

Color information

#756785 (or 0x756785) is unknown color: approx Mamba. HEX triplet: 75, 67 and 85. RGB value is (117,103,133). Sum of RGB (Red+Green+Blue) = 117+103+133=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #756785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756785 is #8A987A. Grayscale: #6E6E6E. Windows color (decimal): -9083003 or 8742773. OLE color: 8742773.

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

Color convert

RGB117103133-
CMYK0.120.2300.48
HSL268º12.71%46.27%-
HSV(B)268º22.56%52.16%-
XYZ16.4215.1824.25-
YUV110.61140.64132.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=33.14%
G=29.18%
B=37.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171031330.120.2300.4826812.7146.27
Hex756785C1703010cd2e
Octal16514720514270604141556
Binary111010111001111000010111001011101100001000011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756785; }

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

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

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

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

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

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

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

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