#766580

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

Shades of Mamba #766580

Tints of Mamba #766580

Color information

#766580 (or 0x766580) is unknown color: approx Mamba. HEX triplet: 76, 65 and 80. RGB value is (118,101,128). Sum of RGB (Red+Green+Blue) = 118+101+128=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 128 - color contains mainly: blue. Hex color #766580 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766580 is #899A7F. Grayscale: #6D6D6D. Windows color (decimal): -9017984 or 8414582. OLE color: 8414582.

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

Color convert

RGB118101128-
CMYK0.080.2100.50
HSL277.78º11.79%44.9%-
HSV(B)277.78º21.09%50.2%-
XYZ16.0214.7222.42-
YUV109.16138.63134.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 128 (50.39% from 255) = 36.89%
R=34.01%
G=29.11%
B=36.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181011280.080.2100.50277.7811.7944.9
Hex766580815032116c2d
Octal16614520010250624261455
Binary111011011001011000000010001010101100101000101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766580; }

 p { color: rgb(118,101,128); }

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

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

 a { background-color: rgb(118,101,128); }

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

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

 span { border-color: rgb(118,101,128); }

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