#725D77

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

Shades of Rum #725D77

Tints of Rum #725D77

Color information

#725D77 (or 0x725D77) is unknown color: approx Rum. HEX triplet: 72, 5D and 77. RGB value is (114,93,119). Sum of RGB (Red+Green+Blue) = 114+93+119=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 119 (46.88% from 255 or 36.50% from 326); Max value from RGB is 119 - color contains mainly: blue. Hex color #725D77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D77 is #8DA288. Grayscale: #666666. Windows color (decimal): -9282185 or 7822706. OLE color: 7822706.

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

Color convert

RGB11493119-
CMYK0.040.2200.53
HSL288.46º12.26%41.57%-
HSV(B)288.46º21.85%46.67%-
XYZ14.1812.7419.16-
YUV102.24137.46136.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.97%
GREEN value IS 93 (36.72% from 255) = 28.53%
BLUE value IS 119 (46.88% from 255) = 36.50%
R=34.97%
G=28.53%
B=36.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114931190.040.2200.53288.4612.2641.57
Hex725D77416035120c2a
Octal1621351674260654401452
Binary1110010101110111101111001011001101011001000001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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