#77618B

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

Shades of Mamba #77618B

Tints of Mamba #77618B

Color information

#77618B (or 0x77618B) is unknown color: approx Mamba. HEX triplet: 77, 61 and 8B. RGB value is (119,97,139). Sum of RGB (Red+Green+Blue) = 119+97+139=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #77618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77618B is #889E74. Grayscale: #6C6C6C. Windows color (decimal): -8953461 or 9134455. OLE color: 9134455.

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

Color convert

RGB11997139-
CMYK0.140.3000.45
HSL271.43º17.8%46.27%-
HSV(B)271.43º30.22%54.51%-
XYZ16.5414.3426.32-
YUV108.37145.29135.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.52%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=33.52%
G=27.32%
B=39.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119971390.140.3000.45271.4317.846.27
Hex77618BE1E02D10f122e
Octal16714121316360554172256
Binary1110111110000110001011111011110010110110000111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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