#72587A

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

Shades of Rum #72587A

Tints of Rum #72587A

Color information

#72587A (or 0x72587A) is unknown color: approx Rum. HEX triplet: 72, 58 and 7A. RGB value is (114,88,122). Sum of RGB (Red+Green+Blue) = 114+88+122=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 122 - color contains mainly: blue. Hex color #72587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72587A is #8DA785. Grayscale: #636363. Windows color (decimal): -9283462 or 8018034. OLE color: 8018034.

HSL color Cylindrical-coordinate representation of color #72587A: hue angle of 285.88º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72587A is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11488122-
CMYK0.070.2800.52
HSL285.88º16.19%41.18%-
HSV(B)285.88º27.87%47.84%-
XYZ13.9411.9619.99-
YUV99.65140.61138.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=35.19%
G=27.16%
B=37.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114881220.070.2800.52285.8816.1941.18
Hex72587A71C03411e1029
Octal1621301727340644362051
Binary11100101011000111101011111100011010010001111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72587A; }

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

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

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

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

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

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

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

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