#776489

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

Shades of Mamba #776489

Tints of Mamba #776489

Color information

#776489 (or 0x776489) is unknown color: approx Mamba. HEX triplet: 77, 64 and 89. RGB value is (119,100,137). Sum of RGB (Red+Green+Blue) = 119+100+137=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #776489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776489 is #889B76. Grayscale: #6D6D6D. Windows color (decimal): -8952695 or 9004151. OLE color: 9004151.

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

Color convert

RGB119100137-
CMYK0.130.2700.46
HSL270.81º15.61%46.47%-
HSV(B)270.81º27.01%53.73%-
XYZ16.6814.8425.65-
YUV109.9143.29134.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 100 (39.45% from 255) = 28.09%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=33.43%
G=28.09%
B=38.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191001370.130.2700.46270.8115.6146.47
Hex776489D1B02E10f102e
Octal16714421115330564172056
Binary1110111110010010001001110111011010111010000111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776489; }

 p { color: rgb(119,100,137); }

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

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

 a { background-color: rgb(119,100,137); }

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

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

 span { border-color: rgb(119,100,137); }

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