Html Css Color HEX #72597A Rum

📋 copy color: '#72597A'

red 114 ◦ green 89 ◦ blue 122

#72597A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #72597A

Tints of Rum #72597A

RGB

 RED value IS 114 (44.92% from 255) = 35.08%

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 35.08%
G = 27.38%
B = 37.54%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72597A (or 0x72597A) is known color: Rum. HEX triplet: 72, 59 and 7A. RGB value is (114,89,122). Sum of RGB (Red+Green+Blue) = 114+89+122=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #72597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72597A is #8DA685. Grayscale: #646464. Windows color (decimal): -9283206 or 8018290. OLE color: 8018290.

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

Color convert

RGB 114 89 122 -
CMYK 0.07 0.27 0 0.52
HSL 285.45º 0.16% 0.41% -
HSV(B) 285.45º 0.27% 0.48% -
XYZ 14.02 12.13 20.01 -
YUV 100.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 114 89 122 0.07 0.27 0 0.52 285.45 0.16 0.41
Hex 72 59 7A 7 1B 0 34 11D 10 29
Octal 162 131 172 7 33 0 64 435 20 51
Binary 1110010 1011001 1111010 111 11011 0 110100 100011101 10000 101001

Color Harmonies of #72597A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72597A

Black with #72597A

Text Example


Text Example

White with #72597A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72597A;
 }
 .AnyTagClassName
 {
   color: #72597A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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