#77608D

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

Shades of Mamba #77608D

Tints of Mamba #77608D

Color information

#77608D (or 0x77608D) is unknown color: approx Mamba. HEX triplet: 77, 60 and 8D. RGB value is (119,96,141). Sum of RGB (Red+Green+Blue) = 119+96+141=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #77608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77608D is #889F72. Grayscale: #6B6B6B. Windows color (decimal): -8953715 or 9265271. OLE color: 9265271.

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

Color convert

RGB11996141-
CMYK0.160.3200.45
HSL270.67º18.99%46.47%-
HSV(B)270.67º31.91%55.29%-
XYZ16.614.2127.07-
YUV108.01146.62135.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.43%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 141 (55.47% from 255) = 39.61%
R=33.43%
G=26.97%
B=39.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119961410.160.3200.45270.6718.9946.47
Hex77608D102002D10f132e
Octal16714021520400554172356
Binary111011111000001000110110000100000010110110000111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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