#766980

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

Shades of Mamba #766980

Tints of Mamba #766980

Color information

#766980 (or 0x766980) is unknown color: approx Mamba. HEX triplet: 76, 69 and 80. RGB value is (118,105,128). Sum of RGB (Red+Green+Blue) = 118+105+128=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 128 - color contains mainly: blue. Hex color #766980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766980 is #89967F. Grayscale: #6F6F6F. Windows color (decimal): -9016960 or 8415606. OLE color: 8415606.

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

Color convert

RGB118105128-
CMYK0.080.1800.50
HSL273.91º9.87%45.69%-
HSV(B)273.91º17.97%50.2%-
XYZ16.4215.5122.55-
YUV111.51137.31132.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=33.62%
G=29.91%
B=36.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181051280.080.1800.50273.919.8745.69
Hex766980812032112a2e
Octal16615120010220624221256
Binary111011011010011000000010001001001100101000100101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766980; }

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

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

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

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

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

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

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

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