#766389

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

Shades of Mamba #766389

Tints of Mamba #766389

Color information

#766389 (or 0x766389) is unknown color: approx Mamba. HEX triplet: 76, 63 and 89. RGB value is (118,99,137). Sum of RGB (Red+Green+Blue) = 118+99+137=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #766389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766389 is #899C76. Grayscale: #6C6C6C. Windows color (decimal): -9018487 or 9003894. OLE color: 9003894.

HSL color Cylindrical-coordinate representation of color #766389: hue angle of 270º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #766389 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11899137-
CMYK0.140.2800.46
HSL270º16.1%46.27%-
HSV(B)270º27.74%53.73%-
XYZ16.4514.5825.61-
YUV109.01143.79134.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 137 (53.91% from 255) = 38.70%
R=33.33%
G=27.97%
B=38.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118991370.140.2800.4627016.146.27
Hex766389E1C02E10e102e
Octal16614321116340564162056
Binary1110110110001110001001111011100010111010000111010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766389; }

 p { color: rgb(118,99,137); }

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

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

 a { background-color: rgb(118,99,137); }

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

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

 span { border-color: rgb(118,99,137); }

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