#766483

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

Shades of Mamba #766483

Tints of Mamba #766483

Color information

#766483 (or 0x766483) is unknown color: approx Mamba. HEX triplet: 76, 64 and 83. RGB value is (118,100,131). Sum of RGB (Red+Green+Blue) = 118+100+131=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 131 (51.56% from 255 or 37.54% from 349); Max value from RGB is 131 - color contains mainly: blue. Hex color #766483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766483 is #899B7C. Grayscale: #6C6C6C. Windows color (decimal): -9018237 or 8610934. OLE color: 8610934.

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

Color convert

RGB118100131-
CMYK0.100.2400.49
HSL274.84º13.42%45.29%-
HSV(B)274.84º23.66%51.37%-
XYZ16.1314.623.44-
YUV108.92140.46134.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 131 (51.56% from 255) = 37.54%
R=33.81%
G=28.65%
B=37.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181001310.100.2400.49274.8413.4245.29
Hex766483A18031113d2d
Octal16614420312300614231555
Binary111011011001001000001110101100001100011000100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766483; }

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

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

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

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

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

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

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

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