#766482

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

Shades of Mamba #766482

Tints of Mamba #766482

Color information

#766482 (or 0x766482) is unknown color: approx Mamba. HEX triplet: 76, 64 and 82. RGB value is (118,100,130). Sum of RGB (Red+Green+Blue) = 118+100+130=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 130 - color contains mainly: blue. Hex color #766482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766482 is #899B7D. Grayscale: #6C6C6C. Windows color (decimal): -9018238 or 8545398. OLE color: 8545398.

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

Color convert

RGB118100130-
CMYK0.090.2300.49
HSL276º13.04%45.1%-
HSV(B)276º23.08%50.98%-
XYZ16.0614.5823.09-
YUV108.8139.96134.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=33.91%
G=28.74%
B=37.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181001300.090.2300.4927613.0445.1
Hex766482917031114d2d
Octal16614420211270614241555
Binary111011011001001000001010011011101100011000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766482; }

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

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

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

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

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

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

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

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