#766B80

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

Shades of Mamba #766B80

Tints of Mamba #766B80

Color information

#766B80 (or 0x766B80) is unknown color: approx Mamba. HEX triplet: 76, 6B and 80. RGB value is (118,107,128). Sum of RGB (Red+Green+Blue) = 118+107+128=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 128 - color contains mainly: blue. Hex color #766B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766B80 is #89947F. Grayscale: #707070. Windows color (decimal): -9016448 or 8416118. OLE color: 8416118.

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

Color convert

RGB118107128-
CMYK0.080.1600.50
HSL271.43º8.94%46.08%-
HSV(B)271.43º16.41%50.2%-
XYZ16.6315.9322.62-
YUV112.68136.64131.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 128 (50.39% from 255) = 36.26%
R=33.43%
G=30.31%
B=36.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181071280.080.1600.50271.438.9446.08
Hex766B8081003210f92e
Octal16615320010200624171156
Binary111011011010111000000010001000001100101000011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766B80; }

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

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

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

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

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

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

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

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