#716080

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

Shades of Mamba #716080

Tints of Mamba #716080

Color information

#716080 (or 0x716080) is unknown color: approx Mamba. HEX triplet: 71, 60 and 80. RGB value is (113,96,128). Sum of RGB (Red+Green+Blue) = 113+96+128=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: blue. Hex color #716080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716080 is #8E9F7F. Grayscale: #686868. Windows color (decimal): -9346944 or 8413297. OLE color: 8413297.

HSL color Cylindrical-coordinate representation of color #716080: hue angle of 271.88º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #716080 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11396128-
CMYK0.120.2500.50
HSL271.88º14.29%43.92%-
HSV(B)271.88º25%50.2%-
XYZ14.8913.4322.23-
YUV104.73141.13133.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 128 (50.39% from 255) = 37.98%
R=33.53%
G=28.49%
B=37.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113961280.120.2500.50271.8814.2943.92
Hex716080C19032110e2c
Octal16114020014310624201654
Binary111000111000001000000011001100101100101000100001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716080; }

 p { color: rgb(113,96,128); }

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

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

 a { background-color: rgb(113,96,128); }

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

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

 span { border-color: rgb(113,96,128); }

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