Html Css Color HEX #725B79 Rum

📋 copy color: '#725B79'

red 114 ◦ green 91 ◦ blue 121

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

Shades of Rum #725B79

Tints of Rum #725B79

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.91%

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

R = 34.97%
G = 27.91%
B = 37.12%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#725B79 (or 0x725B79) is known color: Rum. HEX triplet: 72, 5B and 79. RGB value is (114,91,121). Sum of RGB (Red+Green+Blue) = 114+91+121=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #725B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B79 is #8DA486. Grayscale: #656565. Windows color (decimal): -9282695 or 7953266. OLE color: 7953266.

HSL color Cylindrical-coordinate representation of color #725B79: hue angle of 286º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #725B79 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 91 121 -
CMYK 0.06 0.25 0 0.53
HSL 286º 0.14% 0.42% -
HSV(B) 286º 0.25% 0.47% -
XYZ 14.13 12.44 19.75 -
YUV 101.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 114 91 121 0.06 0.25 0 0.53 286 0.14 0.42
Hex 72 5B 79 6 19 0 35 11E E 2A
Octal 162 133 171 6 31 0 65 436 16 52
Binary 1110010 1011011 1111001 110 11001 0 110101 100011110 1110 101010

Color Harmonies of #725B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B79

Black with #725B79

Text Example


Text Example

White with #725B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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