#716D74

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

Shades of Mamba #716D74

Tints of Mamba #716D74

Color information

#716D74 (or 0x716D74) is unknown color: approx Mamba. HEX triplet: 71, 6D and 74. RGB value is (113,109,116). Sum of RGB (Red+Green+Blue) = 113+109+116=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 116 - color contains mainly: blue. Hex color #716D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716D74 is #8E928B. Grayscale: #6E6E6E. Windows color (decimal): -9343628 or 7630193. OLE color: 7630193.

HSL color Cylindrical-coordinate representation of color #716D74: hue angle of 274.29º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716D74 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB113109116-
CMYK0.030.0600.55
HSL274.29º3.11%44.12%-
HSV(B)274.29º6.03%45.49%-
XYZ15.4315.7118.74-
YUV110.99130.83129.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 116 (45.70% from 255) = 34.32%
R=33.43%
G=32.25%
B=34.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1131091160.030.0600.55274.293.1144.12
Hex716D743603711232c
Octal16115516436067422354
Binary11100011101101111010011110011011110001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716D74; }

 p { color: rgb(113,109,116); }

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

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

 a { background-color: rgb(113,109,116); }

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

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

 span { border-color: rgb(113,109,116); }

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