#725879

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

Shades of Rum #725879

Tints of Rum #725879

Color information

#725879 (or 0x725879) is unknown color: approx Rum. HEX triplet: 72, 58 and 79. RGB value is (114,88,121). Sum of RGB (Red+Green+Blue) = 114+88+121=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 121 - color contains mainly: blue. Hex color #725879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725879 is #8DA786. Grayscale: #636363. Windows color (decimal): -9283463 or 7952498. OLE color: 7952498.

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

Color convert

RGB11488121-
CMYK0.060.2700.53
HSL287.27º15.79%40.98%-
HSV(B)287.27º27.27%47.45%-
XYZ13.8811.9419.66-
YUV99.54140.11138.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 88 (34.77% from 255) = 27.24%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=35.29%
G=27.24%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114881210.060.2700.53287.2715.7940.98
Hex72587961B03511f1029
Octal1621301716330654372051
Binary11100101011000111100111011011011010110001111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725879; }

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

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

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

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

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

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

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

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