#79688A

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

Shades of Mamba #79688A

Tints of Mamba #79688A

Color information

#79688A (or 0x79688A) is unknown color: approx Mamba. HEX triplet: 79, 68 and 8A. RGB value is (121,104,138). Sum of RGB (Red+Green+Blue) = 121+104+138=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #79688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79688A is #869775. Grayscale: #707070. Windows color (decimal): -8820598 or 9070713. OLE color: 9070713.

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

Color convert

RGB121104138-
CMYK0.120.2500.46
HSL270º14.05%47.45%-
HSV(B)270º24.64%54.12%-
XYZ17.4215.826.18-
YUV112.96142.13133.74-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=33.33%
G=28.65%
B=38.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1211041380.120.2500.4627014.0547.45
Hex79688AC1902E10ee2f
Octal17115021214310564161657
Binary111100111010001000101011001100101011101000011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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