#756682

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

Shades of Mamba #756682

Tints of Mamba #756682

Color information

#756682 (or 0x756682) is unknown color: approx Mamba. HEX triplet: 75, 66 and 82. RGB value is (117,102,130). Sum of RGB (Red+Green+Blue) = 117+102+130=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #756682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756682 is #8A997D. Grayscale: #6D6D6D. Windows color (decimal): -9083262 or 8545909. OLE color: 8545909.

HSL color Cylindrical-coordinate representation of color #756682: hue angle of 272.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #756682 is Cyan = 0.1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB117102130-
CMYK0.10.2200.49
HSL272.14º12.07%45.49%-
HSV(B)272.14º21.54%50.98%-
XYZ16.1214.923.14-
YUV109.68139.47133.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 130 (51.17% from 255) = 37.25%
R=33.52%
G=29.23%
B=37.25%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171021300.10.2200.49272.1412.0745.49
Hex756682A16031110c2d
Octal16514620212260614201455
Binary111010111001101000001010101011001100011000100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756682; }

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

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

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

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

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

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

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

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