#715E7F

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

Shades of Mamba #715E7F

Tints of Mamba #715E7F

Color information

#715E7F (or 0x715E7F) is unknown color: approx Mamba. HEX triplet: 71, 5E and 7F. RGB value is (113,94,127). Sum of RGB (Red+Green+Blue) = 113+94+127=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #715E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E7F is #8EA180. Grayscale: #676767. Windows color (decimal): -9347457 or 8347249. OLE color: 8347249.

HSL color Cylindrical-coordinate representation of color #715E7F: hue angle of 274.55º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #715E7F is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11394127-
CMYK0.110.2600.50
HSL274.55º14.93%43.33%-
HSV(B)274.55º25.98%49.8%-
XYZ14.6413.0521.83-
YUV103.44141.29134.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 94 (37.11% from 255) = 28.14%
BLUE value IS 127 (50% from 255) = 38.02%
R=33.83%
G=28.14%
B=38.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal113941270.110.2600.50274.5514.9343.33
Hex715E7FB1A032113f2b
Octal16113617713320624231753
Binary11100011011110111111110111101001100101000100111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,94,127); }

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

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

 a { background-color: rgb(113,94,127); }

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

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

 span { border-color: rgb(113,94,127); }

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