#756782

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

Shades of Mamba #756782

Tints of Mamba #756782

Color information

#756782 (or 0x756782) is unknown color: approx Mamba. HEX triplet: 75, 67 and 82. RGB value is (117,103,130). Sum of RGB (Red+Green+Blue) = 117+103+130=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #756782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756782 is #8A987D. Grayscale: #6E6E6E. Windows color (decimal): -9083006 or 8546165. OLE color: 8546165.

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

Color convert

RGB117103130-
CMYK0.10.2100.49
HSL271.11º11.59%45.69%-
HSV(B)271.11º20.77%50.98%-
XYZ16.2215.0923.18-
YUV110.26139.14132.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 103 (40.62% from 255) = 29.43%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=33.43%
G=29.43%
B=37.14%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171031300.10.2100.49271.1111.5945.69
Hex756782A1503110fc2e
Octal16514720212250614171456
Binary111010111001111000001010101010101100011000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756782; }

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

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

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

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

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

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

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

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