#77618A

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

Shades of Mamba #77618A

Tints of Mamba #77618A

Color information

#77618A (or 0x77618A) is unknown color: approx Mamba. HEX triplet: 77, 61 and 8A. RGB value is (119,97,138). Sum of RGB (Red+Green+Blue) = 119+97+138=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #77618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77618A is #889E75. Grayscale: #6C6C6C. Windows color (decimal): -8953462 or 9068919. OLE color: 9068919.

HSL color Cylindrical-coordinate representation of color #77618A: hue angle of 272.2º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77618A is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11997138-
CMYK0.140.3000.46
HSL272.2º17.45%46.08%-
HSV(B)272.2º29.71%54.12%-
XYZ16.4714.3125.94-
YUV108.25144.79135.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 97 (38.28% from 255) = 27.40%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=33.62%
G=27.40%
B=38.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119971380.140.3000.46272.217.4546.08
Hex77618AE1E02E110112e
Octal16714121216360564202156
Binary1110111110000110001010111011110010111010001000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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