#776085

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

Shades of Mamba #776085

Tints of Mamba #776085

Color information

#776085 (or 0x776085) is unknown color: approx Mamba. HEX triplet: 77, 60 and 85. RGB value is (119,96,133). Sum of RGB (Red+Green+Blue) = 119+96+133=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #776085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776085 is #889F7A. Grayscale: #6A6A6A. Windows color (decimal): -8953723 or 8740983. OLE color: 8740983.

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

Color convert

RGB11996133-
CMYK0.110.2800.48
HSL277.3º16.16%44.9%-
HSV(B)277.3º27.82%52.16%-
XYZ16.0213.9824.04-
YUV107.1142.62136.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 133 (52.34% from 255) = 38.22%
R=34.20%
G=27.59%
B=38.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119961330.110.2800.48277.316.1644.9
Hex776085B1C030115102d
Octal16714020513340604252055
Binary1110111110000010000101101111100011000010001010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776085; }

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

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

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

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

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

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

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

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