#776888

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

Shades of Mamba #776888

Tints of Mamba #776888

Color information

#776888 (or 0x776888) is unknown color: approx Mamba. HEX triplet: 77, 68 and 88. RGB value is (119,104,136). Sum of RGB (Red+Green+Blue) = 119+104+136=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: blue. Hex color #776888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776888 is #889777. Grayscale: #707070. Windows color (decimal): -8951672 or 8939639. OLE color: 8939639.

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

Color convert

RGB119104136-
CMYK0.120.2400.47
HSL268.12º13.33%47.06%-
HSV(B)268.12º23.53%53.33%-
XYZ1715.625.41-
YUV112.13141.47132.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=33.15%
G=28.97%
B=37.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191041360.120.2400.47268.1213.3347.06
Hex776888C1802F10cd2f
Octal16715021014300574141557
Binary111011111010001000100011001100001011111000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776888; }

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

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

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

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

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

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

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

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