#77608A

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

Shades of Mamba #77608A

Tints of Mamba #77608A

Color information

#77608A (or 0x77608A) is unknown color: approx Mamba. HEX triplet: 77, 60 and 8A. RGB value is (119,96,138). Sum of RGB (Red+Green+Blue) = 119+96+138=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #77608A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77608A is #889F75. Grayscale: #6B6B6B. Windows color (decimal): -8953718 or 9068663. OLE color: 9068663.

HSL color Cylindrical-coordinate representation of color #77608A: hue angle of 272.86º degrees, saturation: 0.18, 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 #77608A is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11996138-
CMYK0.140.3000.46
HSL272.86º17.95%45.88%-
HSV(B)272.86º30.43%54.12%-
XYZ16.3814.1225.91-
YUV107.66145.12136.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=33.71%
G=27.20%
B=39.09%

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
Decimal119961380.140.3000.46272.8617.9545.88
Hex77608AE1E02E111122e
Octal16714021216360564212256
Binary1110111110000010001010111011110010111010001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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