#79707D

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

Shades of Mamba #79707D

Tints of Mamba #79707D

Color information

#79707D (or 0x79707D) is unknown color: approx Mamba. HEX triplet: 79, 70 and 7D. RGB value is (121,112,125). Sum of RGB (Red+Green+Blue) = 121+112+125=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 125 - color contains mainly: blue. Hex color #79707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79707D is #868F82. Grayscale: #747474. Windows color (decimal): -8818563 or 8220793. OLE color: 8220793.

HSL color Cylindrical-coordinate representation of color #79707D: hue angle of 281.54º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #79707D is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121112125-
CMYK0.030.1000.51
HSL281.54º5.49%46.47%-
HSV(B)281.54º10.4%49.02%-
XYZ17.3817.1321.79-
YUV116.17132.98131.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.80%
GREEN value IS 112 (44.14% from 255) = 31.28%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=33.80%
G=31.28%
B=34.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211121250.030.1000.51281.545.4946.47
Hex79707D3A03311a52e
Octal171160175312063432556
Binary1111001111000011111011110100110011100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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