#79668C

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

Shades of Mamba #79668C

Tints of Mamba #79668C

Color information

#79668C (or 0x79668C) is unknown color: approx Mamba. HEX triplet: 79, 66 and 8C. RGB value is (121,102,140). Sum of RGB (Red+Green+Blue) = 121+102+140=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 140 - color contains mainly: blue. Hex color #79668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #79668C is #869973. Grayscale: #6F6F6F. Windows color (decimal): -8821108 or 9201273. OLE color: 9201273.

HSL color Cylindrical-coordinate representation of color #79668C: hue angle of 270º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #79668C is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB121102140-
CMYK0.140.2700.45
HSL270º15.7%47.45%-
HSV(B)270º27.14%54.9%-
XYZ17.3715.4626.88-
YUV112.01143.79134.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.33%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 140 (55.08% from 255) = 38.57%
R=33.33%
G=28.10%
B=38.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1211021400.140.2700.4527015.747.45
Hex79668CE1B02D10e102f
Octal17114621416330554162057
Binary1111001110011010001100111011011010110110000111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79668C; }

 p { color: rgb(121,102,140); }

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

<style>
 a { background-color: #79668C; }

 a { background-color: rgb(121,102,140); }

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

<style>
 span { border-color: #79668C; }

 span { border-color: rgb(121,102,140); }

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