#776287

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

Shades of Mamba #776287

Tints of Mamba #776287

Color information

#776287 (or 0x776287) is unknown color: approx Mamba. HEX triplet: 77, 62 and 87. RGB value is (119,98,135). Sum of RGB (Red+Green+Blue) = 119+98+135=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #776287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776287 is #889D78. Grayscale: #6C6C6C. Windows color (decimal): -8953209 or 8872567. OLE color: 8872567.

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

Color convert

RGB11998135-
CMYK0.120.2700.47
HSL274.05º15.88%45.69%-
HSV(B)274.05º27.41%52.94%-
XYZ16.3514.4124.84-
YUV108.5142.96135.49-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=33.81%
G=27.84%
B=38.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119981350.120.2700.47274.0515.8845.69
Hex776287C1B02F112102e
Octal16714220714330574222056
Binary1110111110001010000111110011011010111110001001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776287; }

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

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

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

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

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

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

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

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