#725777

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

Shades of Rum #725777

Tints of Rum #725777

Color information

#725777 (or 0x725777) is unknown color: approx Rum. HEX triplet: 72, 57 and 77. RGB value is (114,87,119). Sum of RGB (Red+Green+Blue) = 114+87+119=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #725777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725777 is #8DA888. Grayscale: #626262. Windows color (decimal): -9283721 or 7821170. OLE color: 7821170.

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

Color convert

RGB11487119-
CMYK0.040.2700.53
HSL290.62º15.53%40.39%-
HSV(B)290.62º26.89%46.67%-
XYZ13.6811.7319-
YUV98.72139.45138.9-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=35.62%
G=27.19%
B=37.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114871190.040.2700.53290.6215.5340.39
Hex72577741B0351231028
Octal1621271674330654432050
Binary11100101010111111011110011011011010110010001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725777; }

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

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

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

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

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

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

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

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