#766889

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

Shades of Mamba #766889

Tints of Mamba #766889

Color information

#766889 (or 0x766889) is unknown color: approx Mamba. HEX triplet: 76, 68 and 89. RGB value is (118,104,137). Sum of RGB (Red+Green+Blue) = 118+104+137=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #766889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766889 is #899776. Grayscale: #6F6F6F. Windows color (decimal): -9017207 or 9005174. OLE color: 9005174.

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

Color convert

RGB118104137-
CMYK0.140.2400.46
HSL265.45º13.69%47.25%-
HSV(B)265.45º24.09%53.73%-
XYZ16.9415.5625.78-
YUV111.95142.14132.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.87%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=32.87%
G=28.97%
B=38.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181041370.140.2400.46265.4513.6947.25
Hex766889E1802E109e2f
Octal16615021116300564111657
Binary111011011010001000100111101100001011101000010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766889; }

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

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

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

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

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

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

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

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