#79618A

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

Shades of Mamba #79618A

Tints of Mamba #79618A

Color information

#79618A (or 0x79618A) is unknown color: approx Mamba. HEX triplet: 79, 61 and 8A. RGB value is (121,97,138). Sum of RGB (Red+Green+Blue) = 121+97+138=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 138 - color contains mainly: blue. Hex color #79618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79618A is #869E75. Grayscale: #6C6C6C. Windows color (decimal): -8822390 or 9068921. OLE color: 9068921.

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

Color convert

RGB12197138-
CMYK0.120.3000.46
HSL275.12º17.45%46.08%-
HSV(B)275.12º29.71%54.12%-
XYZ16.7514.4525.95-
YUV108.85144.45136.67-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.99%
GREEN value IS 97 (38.28% from 255) = 27.25%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=33.99%
G=27.25%
B=38.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121971380.120.3000.46275.1217.4546.08
Hex79618AC1E02E113112e
Octal17114121214360564232156
Binary1111001110000110001010110011110010111010001001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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