#766680

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

Shades of Mamba #766680

Tints of Mamba #766680

Color information

#766680 (or 0x766680) is unknown color: approx Mamba. HEX triplet: 76, 66 and 80. RGB value is (118,102,128). Sum of RGB (Red+Green+Blue) = 118+102+128=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 128 - color contains mainly: blue. Hex color #766680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766680 is #89997F. Grayscale: #6D6D6D. Windows color (decimal): -9017728 or 8414838. OLE color: 8414838.

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

Color convert

RGB118102128-
CMYK0.080.2000.50
HSL276.92º11.3%45.1%-
HSV(B)276.92º20.31%50.2%-
XYZ16.1214.9122.45-
YUV109.75138.3133.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 128 (50.39% from 255) = 36.78%
R=33.91%
G=29.31%
B=36.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181021280.080.2000.50276.9211.345.1
Hex766680814032115b2d
Octal16614620010240624251355
Binary111011011001101000000010001010001100101000101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766680; }

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

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

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

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

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

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

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

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