#725A77

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

Shades of Rum #725A77

Tints of Rum #725A77

Color information

#725A77 (or 0x725A77) is unknown color: approx Rum. HEX triplet: 72, 5A and 77. RGB value is (114,90,119). Sum of RGB (Red+Green+Blue) = 114+90+119=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 119 (46.88% from 255 or 36.84% from 323); Max value from RGB is 119 - color contains mainly: blue. Hex color #725A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A77 is #8DA588. Grayscale: #646464. Windows color (decimal): -9282953 or 7821938. OLE color: 7821938.

HSL color Cylindrical-coordinate representation of color #725A77: hue angle of 289.66º 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 #725A77 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11490119-
CMYK0.040.2400.53
HSL289.66º13.88%40.98%-
HSV(B)289.66º24.37%46.67%-
XYZ13.9312.2219.08-
YUV100.48138.45137.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 119 (46.88% from 255) = 36.84%
R=35.29%
G=27.86%
B=36.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114901190.040.2400.53289.6613.8840.98
Hex725A77418035122e29
Octal1621321674300654421651
Binary1110010101101011101111001100001101011001000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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