#725877

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

Shades of Rum #725877

Tints of Rum #725877

Color information

#725877 (or 0x725877) is unknown color: approx Rum. HEX triplet: 72, 58 and 77. RGB value is (114,88,119). Sum of RGB (Red+Green+Blue) = 114+88+119=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 119 - color contains mainly: blue. Hex color #725877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725877 is #8DA788. Grayscale: #636363. Windows color (decimal): -9283465 or 7821426. OLE color: 7821426.

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

Color convert

RGB11488119-
CMYK0.040.2600.53
HSL290.32º14.98%40.59%-
HSV(B)290.32º26.05%46.67%-
XYZ13.7611.8919.02-
YUV99.31139.11138.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 88 (34.77% from 255) = 27.41%
BLUE value IS 119 (46.88% from 255) = 37.07%
R=35.51%
G=27.41%
B=37.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114881190.040.2600.53290.3214.9840.59
Hex72587741A035122f29
Octal1621301674320654421751
Binary1110010101100011101111001101001101011001000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725877; }

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

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

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

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

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

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

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

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