#766882

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

Shades of Mamba #766882

Tints of Mamba #766882

Color information

#766882 (or 0x766882) is unknown color: approx Mamba. HEX triplet: 76, 68 and 82. RGB value is (118,104,130). Sum of RGB (Red+Green+Blue) = 118+104+130=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 130 - color contains mainly: blue. Hex color #766882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766882 is #89977D. Grayscale: #6F6F6F. Windows color (decimal): -9017214 or 8546422. OLE color: 8546422.

HSL color Cylindrical-coordinate representation of color #766882: hue angle of 272.31º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #766882 is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB118104130-
CMYK0.090.200.49
HSL272.31º11.11%45.88%-
HSV(B)272.31º20%50.98%-
XYZ16.4515.3623.22-
YUV111.15138.64132.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.52%
GREEN value IS 104 (41.02% from 255) = 29.55%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=33.52%
G=29.55%
B=36.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181041300.090.200.49272.3111.1145.88
Hex766882914031110b2e
Octal16615020211240614201356
Binary111011011010001000001010011010001100011000100001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766882; }

 p { color: rgb(118,104,130); }

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

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

 a { background-color: rgb(118,104,130); }

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

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

 span { border-color: rgb(118,104,130); }

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