#776887

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

Shades of Mamba #776887

Tints of Mamba #776887

Color information

#776887 (or 0x776887) is unknown color: approx Mamba. HEX triplet: 77, 68 and 87. RGB value is (119,104,135). Sum of RGB (Red+Green+Blue) = 119+104+135=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 135 - color contains mainly: blue. Hex color #776887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776887 is #889778. Grayscale: #6F6F6F. Windows color (decimal): -8951673 or 8874103. OLE color: 8874103.

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

Color convert

RGB119104135-
CMYK0.120.2300.47
HSL269.03º12.97%46.86%-
HSV(B)269.03º22.96%52.94%-
XYZ16.9315.5725.03-
YUV112.02140.97132.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 135 (53.12% from 255) = 37.71%
R=33.24%
G=29.05%
B=37.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191041350.120.2300.47269.0312.9746.86
Hex776887C1702F10dd2f
Octal16715020714270574151557
Binary111011111010001000011111001011101011111000011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776887; }

 p { color: rgb(119,104,135); }

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

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

 a { background-color: rgb(119,104,135); }

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

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

 span { border-color: rgb(119,104,135); }

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