#77618D

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

Shades of Mamba #77618D

Tints of Mamba #77618D

Color information

#77618D (or 0x77618D) is unknown color: approx Mamba. HEX triplet: 77, 61 and 8D. RGB value is (119,97,141). Sum of RGB (Red+Green+Blue) = 119+97+141=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #77618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77618D is #889E72. Grayscale: #6C6C6C. Windows color (decimal): -8953459 or 9265527. OLE color: 9265527.

HSL color Cylindrical-coordinate representation of color #77618D: hue angle of 270º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77618D is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11997141-
CMYK0.160.3100.45
HSL270º18.49%46.67%-
HSV(B)270º31.21%55.29%-
XYZ16.6914.3927.1-
YUV108.59146.29135.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 141 (55.47% from 255) = 39.50%
R=33.33%
G=27.17%
B=39.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119971410.160.3100.4527018.4946.67
Hex77618D101F02D10e122f
Octal16714121520370554162257
Binary11101111100001100011011000011111010110110000111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77618D; }

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

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

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

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

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

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

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

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