#725677

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

Shades of Rum #725677

Tints of Rum #725677

Color information

#725677 (or 0x725677) is unknown color: approx Rum. HEX triplet: 72, 56 and 77. RGB value is (114,86,119). Sum of RGB (Red+Green+Blue) = 114+86+119=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 119 (46.88% from 255 or 37.30% from 319); Max value from RGB is 119 - color contains mainly: blue. Hex color #725677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725677 is #8DA988. Grayscale: #626262. Windows color (decimal): -9283977 or 7820914. OLE color: 7820914.

HSL color Cylindrical-coordinate representation of color #725677: hue angle of 290.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725677 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11486119-
CMYK0.040.2800.53
HSL290.91º16.1%40.2%-
HSV(B)290.91º27.73%46.67%-
XYZ13.611.5618.97-
YUV98.13139.78139.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 86 (33.98% from 255) = 26.96%
BLUE value IS 119 (46.88% from 255) = 37.30%
R=35.74%
G=26.96%
B=37.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114861190.040.2800.53290.9116.140.2
Hex72567741C0351231028
Octal1621261674340654432050
Binary11100101010110111011110011100011010110010001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725677; }

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

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

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

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

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

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

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

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