#797080

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

Shades of Mamba #797080

Tints of Mamba #797080

Color information

#797080 (or 0x797080) is unknown color: approx Mamba. HEX triplet: 79, 70 and 80. RGB value is (121,112,128). Sum of RGB (Red+Green+Blue) = 121+112+128=361 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.52% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: blue. Hex color #797080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797080 is #868F7F. Grayscale: #747474. Windows color (decimal): -8818560 or 8417401. OLE color: 8417401.

HSL color Cylindrical-coordinate representation of color #797080: hue angle of 273.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #797080 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB121112128-
CMYK0.050.1200.50
HSL273.75º6.67%47.06%-
HSV(B)273.75º12.5%50.2%-
XYZ17.5817.2122.82-
YUV116.52134.48131.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.52%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=33.52%
G=31.02%
B=35.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1211121280.050.1200.50273.756.6747.06
Hex7970805C03211272f
Octal171160200514062422757
Binary111100111100001000000010111000110010100010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797080; }

 p { color: rgb(121,112,128); }

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

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

 a { background-color: rgb(121,112,128); }

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

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

 span { border-color: rgb(121,112,128); }

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