#725B7C

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

Shades of Rum #725B7C

Tints of Rum #725B7C

Color information

#725B7C (or 0x725B7C) is unknown color: approx Rum. HEX triplet: 72, 5B and 7C. RGB value is (114,91,124). Sum of RGB (Red+Green+Blue) = 114+91+124=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #725B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B7C is #8DA483. Grayscale: #656565. Windows color (decimal): -9282692 or 8149874. OLE color: 8149874.

HSL color Cylindrical-coordinate representation of color #725B7C: hue angle of 281.82º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #725B7C is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11491124-
CMYK0.080.2700.51
HSL281.82º15.35%42.16%-
HSV(B)281.82º26.61%48.63%-
XYZ14.3212.5120.73-
YUV101.64140.62136.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=34.65%
G=27.66%
B=37.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114911240.080.2700.51281.8215.3542.16
Hex725B7C81B03311af2a
Octal16213317410330634321752
Binary11100101011011111110010001101101100111000110101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725B7C; }

 p { color: rgb(114,91,124); }

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

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

 a { background-color: rgb(114,91,124); }

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

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

 span { border-color: rgb(114,91,124); }

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