#776885

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

Shades of Mamba #776885

Tints of Mamba #776885

Color information

#776885 (or 0x776885) is unknown color: approx Mamba. HEX triplet: 77, 68 and 85. RGB value is (119,104,133). Sum of RGB (Red+Green+Blue) = 119+104+133=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #776885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776885 is #88977A. Grayscale: #6F6F6F. Windows color (decimal): -8951675 or 8743031. OLE color: 8743031.

HSL color Cylindrical-coordinate representation of color #776885: hue angle of 271.03º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #776885 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB119104133-
CMYK0.110.2200.48
HSL271.03º12.24%46.47%-
HSV(B)271.03º21.8%52.16%-
XYZ16.7915.5224.3-
YUV111.79139.97133.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 133 (52.34% from 255) = 37.36%
R=33.43%
G=29.21%
B=37.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191041330.110.2200.48271.0312.2446.47
Hex776885B1603010fc2e
Octal16715020513260604171456
Binary111011111010001000010110111011001100001000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776885; }

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

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

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

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

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

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

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

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