#756880

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

Shades of Mamba #756880

Tints of Mamba #756880

Color information

#756880 (or 0x756880) is unknown color: approx Mamba. HEX triplet: 75, 68 and 80. RGB value is (117,104,128). Sum of RGB (Red+Green+Blue) = 117+104+128=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 128 - color contains mainly: blue. Hex color #756880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756880 is #8A977F. Grayscale: #6E6E6E. Windows color (decimal): -9082752 or 8415349. OLE color: 8415349.

HSL color Cylindrical-coordinate representation of color #756880: hue angle of 272.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #756880 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB117104128-
CMYK0.090.1900.50
HSL272.5º10.34%45.49%-
HSV(B)272.5º18.75%50.2%-
XYZ16.1815.2422.51-
YUV110.62137.81132.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=33.52%
G=29.80%
B=36.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1171041280.090.1900.50272.510.3445.49
Hex756880913032110a2d
Octal16515020011230624201255
Binary111010111010001000000010011001101100101000100001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756880; }

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

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

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

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

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

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

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

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