#776987

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

Shades of Mamba #776987

Tints of Mamba #776987

Color information

#776987 (or 0x776987) is unknown color: approx Mamba. HEX triplet: 77, 69 and 87. RGB value is (119,105,135). Sum of RGB (Red+Green+Blue) = 119+105+135=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #776987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776987 is #889678. Grayscale: #707070. Windows color (decimal): -8951417 or 8874359. OLE color: 8874359.

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

Color convert

RGB119105135-
CMYK0.120.2200.47
HSL268º12.5%47.06%-
HSV(B)268º22.22%52.94%-
XYZ17.0315.7725.07-
YUV112.61140.64132.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.15%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 135 (53.12% from 255) = 37.60%
R=33.15%
G=29.25%
B=37.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191051350.120.2200.4726812.547.06
Hex776987C1602F10cc2f
Octal16715120714260574141457
Binary111011111010011000011111001011001011111000011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776987; }

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

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

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

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

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

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

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

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