#716381

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

Shades of Mamba #716381

Tints of Mamba #716381

Color information

#716381 (or 0x716381) is unknown color: approx Mamba. HEX triplet: 71, 63 and 81. RGB value is (113,99,129). Sum of RGB (Red+Green+Blue) = 113+99+129=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 129 - color contains mainly: blue. Hex color #716381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716381 is #8E9C7E. Grayscale: #6A6A6A. Windows color (decimal): -9346175 or 8479601. OLE color: 8479601.

HSL color Cylindrical-coordinate representation of color #716381: hue angle of 268º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716381 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11399129-
CMYK0.120.2300.49
HSL268º13.16%44.71%-
HSV(B)268º23.26%50.59%-
XYZ15.2314.0222.67-
YUV106.61140.64132.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 129 (50.78% from 255) = 37.83%
R=33.14%
G=29.03%
B=37.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113991290.120.2300.4926813.1644.71
Hex716381C1703110cd2d
Octal16114320114270614141555
Binary111000111000111000000111001011101100011000011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716381; }

 p { color: rgb(113,99,129); }

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

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

 a { background-color: rgb(113,99,129); }

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

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

 span { border-color: rgb(113,99,129); }

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