#715E84

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

Shades of Mamba #715E84

Tints of Mamba #715E84

Color information

#715E84 (or 0x715E84) is unknown color: approx Mamba. HEX triplet: 71, 5E and 84. RGB value is (113,94,132). Sum of RGB (Red+Green+Blue) = 113+94+132=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #715E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E84 is #8EA17B. Grayscale: #676767. Windows color (decimal): -9347452 or 8674929. OLE color: 8674929.

HSL color Cylindrical-coordinate representation of color #715E84: hue angle of 270º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #715E84 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11394132-
CMYK0.140.2900.48
HSL270º16.81%44.31%-
HSV(B)270º28.79%51.76%-
XYZ14.9813.1823.58-
YUV104.01143.79134.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 94 (37.11% from 255) = 27.73%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=33.33%
G=27.73%
B=38.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113941320.140.2900.4827016.8144.31
Hex715E84E1D03010e112c
Octal16113620416350604162154
Binary1110001101111010000100111011101011000010000111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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