Html Css Color HEX #725979 Rum

📋 copy color: '#725979'

red 114 ◦ green 89 ◦ blue 121

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

Shades of Rum #725979

Tints of Rum #725979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37.35%

R = 35.19%
G = 27.47%
B = 37.35%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#725979 (or 0x725979) is known color: Rum. HEX triplet: 72, 59 and 79. RGB value is (114,89,121). Sum of RGB (Red+Green+Blue) = 114+89+121=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #725979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725979 is #8DA686. Grayscale: #646464. Windows color (decimal): -9283207 or 7952754. OLE color: 7952754.

HSL color Cylindrical-coordinate representation of color #725979: hue angle of 286.88º 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 #725979 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 89 121 -
CMYK 0.06 0.26 0 0.53
HSL 286.88º 0.15% 0.41% -
HSV(B) 286.88º 0.26% 0.47% -
XYZ 13.96 12.1 19.69 -
YUV 100.12 139.78 137.9 -
System Red Green Blue C M Y K H S L
Decimal 114 89 121 0.06 0.26 0 0.53 286.88 0.15 0.41
Hex 72 59 79 6 1A 0 35 11F F 29
Octal 162 131 171 6 32 0 65 437 17 51
Binary 1110010 1011001 1111001 110 11010 0 110101 100011111 1111 101001

Color Harmonies of #725979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725979

Black with #725979

Text Example


Text Example

White with #725979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725979; }

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

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

background-color css

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

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

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

border-color css

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

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

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