#715a79

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

Shades of Rum #715A79

Tints of Rum #715A79

Color information

#715A79 (or 0x715A79) is unknown color: approx Rum. HEX triplet: 71, 5A and 79. RGB value is (113,90,121). Sum of RGB (Red+Green+Blue) = 113+90+121=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #715A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715A79 is #8EA586. Grayscale: #646464. Windows color (decimal): -9348487 or 7953009. OLE color: 7953009.

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

Color convert

RGB11390121-
CMYK0.070.2600.53
HSL284.52º14.69%41.37%-
HSV(B)284.52º25.62%47.45%-
XYZ13.9212.219.71-
YUV100.41139.62136.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.88%
GREEN value IS 90 (35.55% from 255) = 27.78%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=34.88%
G=27.78%
B=37.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113901210.070.2600.53284.5214.6941.37
Hex715A7971A03511df29
Octal1611321717320654351751
Binary1110001101101011110011111101001101011000111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715a79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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