#716C76

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

Shades of Mamba #716C76

Tints of Mamba #716C76

Color information

#716C76 (or 0x716C76) is unknown color: approx Mamba. HEX triplet: 71, 6C and 76. RGB value is (113,108,118). Sum of RGB (Red+Green+Blue) = 113+108+118=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 118 - color contains mainly: blue. Hex color #716C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716C76 is #8E9389. Grayscale: #6E6E6E. Windows color (decimal): -9343882 or 7761009. OLE color: 7761009.

HSL color Cylindrical-coordinate representation of color #716C76: hue angle of 270º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #716C76 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB113108118-
CMYK0.040.0800.54
HSL270º4.42%44.31%-
HSV(B)270º8.47%46.27%-
XYZ15.4415.5419.33-
YUV110.64132.16129.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 108 (42.58% from 255) = 31.86%
BLUE value IS 118 (46.48% from 255) = 34.81%
R=33.33%
G=31.86%
B=34.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131081180.040.0800.542704.4244.31
Hex716C764803610e42c
Octal161154166410066416454
Binary11100011101100111011010010000110110100001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,108,118); }

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

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

 a { background-color: rgb(113,108,118); }

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

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

 span { border-color: rgb(113,108,118); }

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