#756685

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

Shades of Mamba #756685

Tints of Mamba #756685

Color information

#756685 (or 0x756685) is unknown color: approx Mamba. HEX triplet: 75, 66 and 85. RGB value is (117,102,133). Sum of RGB (Red+Green+Blue) = 117+102+133=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: blue. Hex color #756685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756685 is #8A997A. Grayscale: #6D6D6D. Windows color (decimal): -9083259 or 8742517. OLE color: 8742517.

HSL color Cylindrical-coordinate representation of color #756685: hue angle of 269.03º 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 #756685 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB117102133-
CMYK0.120.2300.48
HSL269.03º13.19%46.08%-
HSV(B)269.03º23.31%52.16%-
XYZ16.3214.9824.22-
YUV110.02140.97132.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=33.24%
G=28.98%
B=37.78%

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
Decimal1171021330.120.2300.48269.0313.1946.08
Hex756685C1703010dd2e
Octal16514620514270604151556
Binary111010111001101000010111001011101100001000011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756685; }

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

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

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

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

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

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

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

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