#776183

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

Shades of Mamba #776183

Tints of Mamba #776183

Color information

#776183 (or 0x776183) is unknown color: approx Mamba. HEX triplet: 77, 61 and 83. RGB value is (119,97,131). Sum of RGB (Red+Green+Blue) = 119+97+131=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 131 - color contains mainly: blue. Hex color #776183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776183 is #889E7C. Grayscale: #6B6B6B. Windows color (decimal): -8953469 or 8610167. OLE color: 8610167.

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

Color convert

RGB11997131-
CMYK0.090.2600.49
HSL278.82º14.91%44.71%-
HSV(B)278.82º25.95%51.37%-
XYZ15.9814.1123.35-
YUV107.45141.29136.24-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 97 (38.28% from 255) = 27.95%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=34.29%
G=27.95%
B=37.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119971310.090.2600.49278.8214.9144.71
Hex77618391A031117f2d
Octal16714120311320614271755
Binary111011111000011000001110011101001100011000101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776183; }

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

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

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

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

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

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

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

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