#756882

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

Shades of Mamba #756882

Tints of Mamba #756882

Color information

#756882 (or 0x756882) is unknown color: approx Mamba. HEX triplet: 75, 68 and 82. RGB value is (117,104,130). Sum of RGB (Red+Green+Blue) = 117+104+130=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 130 - color contains mainly: blue. Hex color #756882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756882 is #8A977D. Grayscale: #6E6E6E. Windows color (decimal): -9082750 or 8546421. OLE color: 8546421.

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

Color convert

RGB117104130-
CMYK0.10.200.49
HSL270º11.11%45.88%-
HSV(B)270º20%50.98%-
XYZ16.3215.2923.21-
YUV110.85138.81132.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=33.33%
G=29.63%
B=37.04%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1171041300.10.200.4927011.1145.88
Hex756882A1403110eb2e
Octal16515020212240614161356
Binary111010111010001000001010101010001100011000011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756882; }

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

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

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

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

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

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

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

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