#725979

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

Shades of Rum #725979

Tints of Rum #725979

Color information

#725979 (or 0x725979) is unknown color: approx Rum. HEX triplet: 72, 59 and 79. RGB value is (114,89,121). Sum of RGB (Red+Green+Blue) = 114+89+121=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 89 (35.16% from 255 or 27.47% 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 #725979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725979 is #8DA686. Grayscale: #646464. Windows color (decimal): -9283207 or 7952754. OLE color: 7952754.

HSL color Cylindrical-coordinate representation of color #725979: hue angle of 286.88º 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 #725979 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11489121-
CMYK0.060.2600.53
HSL286.88º15.24%41.18%-
HSV(B)286.88º26.45%47.45%-
XYZ13.9612.119.69-
YUV100.12139.78137.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 89 (35.16% from 255) = 27.47%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=35.19%
G=27.47%
B=37.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114891210.060.2600.53286.8815.2441.18
Hex72597961A03511ff29
Octal1621311716320654371751
Binary1110010101100111110011101101001101011000111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725979; }

 p { color: rgb(114,89,121); }

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

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

 a { background-color: rgb(114,89,121); }

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

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

 span { border-color: rgb(114,89,121); }

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