#776385

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

Shades of Mamba #776385

Tints of Mamba #776385

Color information

#776385 (or 0x776385) is unknown color: approx Mamba. HEX triplet: 77, 63 and 85. RGB value is (119,99,133). Sum of RGB (Red+Green+Blue) = 119+99+133=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #776385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776385 is #889C7A. Grayscale: #6C6C6C. Windows color (decimal): -8952955 or 8741751. OLE color: 8741751.

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

Color convert

RGB11999133-
CMYK0.110.2600.48
HSL275.29º14.66%45.49%-
HSV(B)275.29º25.56%52.16%-
XYZ16.314.5424.14-
YUV108.86141.63135.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 99 (39.06% from 255) = 28.21%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=33.90%
G=28.21%
B=37.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119991330.110.2600.48275.2914.6645.49
Hex776385B1A030113f2d
Octal16714320513320604231755
Binary111011111000111000010110111101001100001000100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776385; }

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

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

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

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

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

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

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

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