#715F81

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

Shades of Mamba #715F81

Tints of Mamba #715F81

Color information

#715F81 (or 0x715F81) is unknown color: approx Mamba. HEX triplet: 71, 5F and 81. RGB value is (113,95,129). Sum of RGB (Red+Green+Blue) = 113+95+129=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #715F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715F81 is #8EA07E. Grayscale: #686868. Windows color (decimal): -9347199 or 8478577. OLE color: 8478577.

HSL color Cylindrical-coordinate representation of color #715F81: hue angle of 271.76º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #715F81 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11395129-
CMYK0.120.2600.49
HSL271.76º15.18%43.92%-
HSV(B)271.76º26.36%50.59%-
XYZ14.8613.2822.55-
YUV104.26141.96134.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 95 (37.5% from 255) = 28.19%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=33.53%
G=28.19%
B=38.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal113951290.120.2600.49271.7615.1843.92
Hex715F81C1A031110f2c
Octal16113720114320614201754
Binary111000110111111000000111001101001100011000100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715F81; }

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

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

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

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

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

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

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

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