#766089

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

Shades of Mamba #766089

Tints of Mamba #766089

Color information

#766089 (or 0x766089) is unknown color: approx Mamba. HEX triplet: 76, 60 and 89. RGB value is (118,96,137). Sum of RGB (Red+Green+Blue) = 118+96+137=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 137 (53.91% from 255 or 39.03% from 351); Max value from RGB is 137 - color contains mainly: blue. Hex color #766089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766089 is #899F76. Grayscale: #6B6B6B. Windows color (decimal): -9019255 or 9003126. OLE color: 9003126.

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

Color convert

RGB11896137-
CMYK0.140.3000.46
HSL272.2º17.6%45.69%-
HSV(B)272.2º29.93%53.73%-
XYZ16.1714.0225.52-
YUV107.25144.79135.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 137 (53.91% from 255) = 39.03%
R=33.62%
G=27.35%
B=39.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118961370.140.3000.46272.217.645.69
Hex766089E1E02E110122e
Octal16614021116360564202256
Binary1110110110000010001001111011110010111010001000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766089; }

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

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

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

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

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

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

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

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