#715A77

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

Shades of Rum #715A77

Tints of Rum #715A77

Color information

#715A77 (or 0x715A77) is unknown color: approx Rum. HEX triplet: 71, 5A and 77. RGB value is (113,90,119). Sum of RGB (Red+Green+Blue) = 113+90+119=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 119 - color contains mainly: blue. Hex color #715A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A77 is #8EA588. Grayscale: #646464. Windows color (decimal): -9348489 or 7821937. OLE color: 7821937.

HSL color Cylindrical-coordinate representation of color #715A77: hue angle of 287.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #715A77 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11390119-
CMYK0.050.2400.53
HSL287.59º13.88%40.98%-
HSV(B)287.59º24.37%46.67%-
XYZ13.812.1519.07-
YUV100.18138.62137.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 119 (46.88% from 255) = 36.96%
R=35.09%
G=27.95%
B=36.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113901190.050.2400.53287.5913.8840.98
Hex715A77518035120e29
Octal1611321675300654401651
Binary1110001101101011101111011100001101011001000001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,90,119); }

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

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

 a { background-color: rgb(113,90,119); }

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

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

 span { border-color: rgb(113,90,119); }

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