#725676

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

Shades of Rum #725676

Tints of Rum #725676

Color information

#725676 (or 0x725676) is unknown color: approx Rum. HEX triplet: 72, 56 and 76. RGB value is (114,86,118). Sum of RGB (Red+Green+Blue) = 114+86+118=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #725676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725676 is #8DA989. Grayscale: #616161. Windows color (decimal): -9283978 or 7755378. OLE color: 7755378.

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

Color convert

RGB11486118-
CMYK0.030.2700.54
HSL292.5º15.69%40%-
HSV(B)292.5º27.12%46.27%-
XYZ13.5411.5418.65-
YUV98.02139.28139.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.85%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=35.85%
G=27.04%
B=37.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114861180.030.2700.54292.515.6940
Hex72567631B0361241028
Octal1621261663330664442050
Binary1110010101011011101101111011011011010010010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725676; }

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

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

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

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

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

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

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

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