#776188

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

Shades of Mamba #776188

Tints of Mamba #776188

Color information

#776188 (or 0x776188) is unknown color: approx Mamba. HEX triplet: 77, 61 and 88. RGB value is (119,97,136). Sum of RGB (Red+Green+Blue) = 119+97+136=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #776188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776188 is #889E77. Grayscale: #6B6B6B. Windows color (decimal): -8953464 or 8937847. OLE color: 8937847.

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

Color convert

RGB11997136-
CMYK0.120.2900.47
HSL273.85º16.74%45.69%-
HSV(B)273.85º28.68%53.33%-
XYZ16.3314.2525.18-
YUV108.02143.79135.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.81%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=33.81%
G=27.56%
B=38.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119971360.120.2900.47273.8516.7445.69
Hex776188C1D02F112112e
Octal16714121014350574222156
Binary1110111110000110001000110011101010111110001001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776188; }

 p { color: rgb(119,97,136); }

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

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

 a { background-color: rgb(119,97,136); }

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

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

 span { border-color: rgb(119,97,136); }

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