#716979

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

Shades of Mamba #716979

Tints of Mamba #716979

Color information

#716979 (or 0x716979) is unknown color: approx Mamba. HEX triplet: 71, 69 and 79. RGB value is (113,105,121). Sum of RGB (Red+Green+Blue) = 113+105+121=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #716979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716979 is #8E9686. Grayscale: #6D6D6D. Windows color (decimal): -9344647 or 7956849. OLE color: 7956849.

HSL color Cylindrical-coordinate representation of color #716979: hue angle of 270º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #716979 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB113105121-
CMYK0.070.1300.53
HSL270º7.08%44.31%-
HSV(B)270º13.22%47.45%-
XYZ15.3114.9920.18-
YUV109.22134.65130.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=33.33%
G=30.97%
B=35.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1131051210.070.1300.532707.0844.31
Hex7169797D03510e72c
Octal161151171715065416754
Binary11100011101001111100111111010110101100001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716979; }

 p { color: rgb(113,105,121); }

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

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

 a { background-color: rgb(113,105,121); }

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

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

 span { border-color: rgb(113,105,121); }

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