#776985

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

Shades of Mamba #776985

Tints of Mamba #776985

Color information

#776985 (or 0x776985) is unknown color: approx Mamba. HEX triplet: 77, 69 and 85. RGB value is (119,105,133). Sum of RGB (Red+Green+Blue) = 119+105+133=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #776985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776985 is #88967A. Grayscale: #707070. Windows color (decimal): -8951419 or 8743287. OLE color: 8743287.

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

Color convert

RGB119105133-
CMYK0.110.2100.48
HSL270º11.76%46.67%-
HSV(B)270º21.05%52.16%-
XYZ16.8915.7224.33-
YUV112.38139.64132.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=33.33%
G=29.41%
B=37.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1191051330.110.2100.4827011.7646.67
Hex776985B1503010ec2f
Octal16715120513250604161457
Binary111011111010011000010110111010101100001000011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776985; }

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

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

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

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

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

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

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

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