#716976

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

Shades of Mamba #716976

Tints of Mamba #716976

Color information

#716976 (or 0x716976) is unknown color: approx Mamba. HEX triplet: 71, 69 and 76. RGB value is (113,105,118). Sum of RGB (Red+Green+Blue) = 113+105+118=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #716976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716976 is #8E9689. Grayscale: #6C6C6C. Windows color (decimal): -9344650 or 7760241. OLE color: 7760241.

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

Color convert

RGB113105118-
CMYK0.040.1100.54
HSL276.92º5.83%43.73%-
HSV(B)276.92º11.02%46.27%-
XYZ15.1314.9219.22-
YUV108.87133.15130.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.63%
GREEN value IS 105 (41.41% from 255) = 31.25%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=33.63%
G=31.25%
B=35.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131051180.040.1100.54276.925.8343.73
Hex7169764B03611562c
Octal161151166413066425654
Binary11100011101001111011010010110110110100010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716976; }

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

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

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

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

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

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

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

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