#766083

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

Shades of Mamba #766083

Tints of Mamba #766083

Color information

#766083 (or 0x766083) is unknown color: approx Mamba. HEX triplet: 76, 60 and 83. RGB value is (118,96,131). Sum of RGB (Red+Green+Blue) = 118+96+131=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 131 - color contains mainly: blue. Hex color #766083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766083 is #899F7C. Grayscale: #6A6A6A. Windows color (decimal): -9019261 or 8609910. OLE color: 8609910.

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

Color convert

RGB11896131-
CMYK0.100.2700.49
HSL277.71º15.42%44.51%-
HSV(B)277.71º26.72%51.37%-
XYZ15.7513.8623.32-
YUV106.57141.79136.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=34.20%
G=27.83%
B=37.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118961310.100.2700.49277.7115.4244.51
Hex766083A1B031116f2d
Octal16614020312330614261755
Binary111011011000001000001110101101101100011000101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766083; }

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

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

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

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

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

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

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

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