#725C79

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

Shades of Rum #725C79

Tints of Rum #725C79

Color information

#725C79 (or 0x725C79) is unknown color: approx Rum. HEX triplet: 72, 5C and 79. RGB value is (114,92,121). Sum of RGB (Red+Green+Blue) = 114+92+121=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #725C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C79 is #8DA386. Grayscale: #656565. Windows color (decimal): -9282439 or 7953522. OLE color: 7953522.

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

Color convert

RGB11492121-
CMYK0.060.2400.53
HSL285.52º13.62%41.76%-
HSV(B)285.52º23.97%47.45%-
XYZ14.2212.6119.77-
YUV101.88138.79136.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 92 (36.33% from 255) = 28.13%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=34.86%
G=28.13%
B=37.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114921210.060.2400.53285.5213.6241.76
Hex725C7961803511ee2a
Octal1621341716300654361652
Binary1110010101110011110011101100001101011000111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725C79; }

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

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

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

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

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

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

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

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