#725876

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

Shades of Rum #725876

Tints of Rum #725876

Color information

#725876 (or 0x725876) is unknown color: approx Rum. HEX triplet: 72, 58 and 76. RGB value is (114,88,118). Sum of RGB (Red+Green+Blue) = 114+88+118=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 118 - color contains mainly: blue. Hex color #725876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725876 is #8DA789. Grayscale: #636363. Windows color (decimal): -9283466 or 7755890. OLE color: 7755890.

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

Color convert

RGB11488118-
CMYK0.030.2500.54
HSL292º14.56%40.39%-
HSV(B)292º25.42%46.27%-
XYZ13.711.8618.71-
YUV99.19138.61138.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=35.62%
G=27.5%
B=36.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114881180.030.2500.5429214.5640.39
Hex725876319036124f28
Octal1621301663310664441750
Binary111001010110001110110111100101101101001001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725876; }

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

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

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

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

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

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

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

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