Html Css Color HEX #725C79 Rum

📋 copy color: '#725C79'

red 114 ◦ green 92 ◦ blue 121

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

Shades of Rum #725C79

Tints of Rum #725C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 34.86%
G = 28.13%
B = 37%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#725C79 (or 0x725C79) is known color: Rum. HEX triplet: 72, 5C and 79. RGB value is (114,92,121). Sum of RGB (Red+Green+Blue) = 114+92+121=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #725C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C79 is #8DA386. Grayscale: #656565. Windows color (decimal): -9282439 or 7953522. OLE color: 7953522.

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

Color convert

RGB 114 92 121 -
CMYK 0.06 0.24 0 0.53
HSL 285.52º 0.14% 0.42% -
HSV(B) 285.52º 0.24% 0.47% -
XYZ 14.22 12.61 19.77 -
YUV 101.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 114 92 121 0.06 0.24 0 0.53 285.52 0.14 0.42
Hex 72 5C 79 6 18 0 35 11E E 2A
Octal 162 134 171 6 30 0 65 436 16 52
Binary 1110010 1011100 1111001 110 11000 0 110101 100011110 1110 101010

Color Harmonies of #725C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725C79

Black with #725C79

Text Example


Text Example

White with #725C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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