#766086

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

Shades of Mamba #766086

Tints of Mamba #766086

Color information

#766086 (or 0x766086) is unknown color: approx Mamba. HEX triplet: 76, 60 and 86. RGB value is (118,96,134). Sum of RGB (Red+Green+Blue) = 118+96+134=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #766086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766086 is #899F79. Grayscale: #6A6A6A. Windows color (decimal): -9019258 or 8806518. OLE color: 8806518.

HSL color Cylindrical-coordinate representation of color #766086: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766086 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11896134-
CMYK0.120.2800.47
HSL274.74º16.52%45.1%-
HSV(B)274.74º28.36%52.55%-
XYZ15.9613.9424.4-
YUV106.91143.29135.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 134 (52.73% from 255) = 38.51%
R=33.91%
G=27.59%
B=38.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118961340.120.2800.47274.7416.5245.1
Hex766086C1C02F113112d
Octal16614020614340574232155
Binary1110110110000010000110110011100010111110001001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766086; }

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

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

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

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

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

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

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

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