Html Css Color HEX #725E79 Rum

📋 copy color: '#725E79'

red 114 ◦ green 94 ◦ blue 121

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

Shades of Rum #725E79

Tints of Rum #725E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

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

R = 34.65%
G = 28.57%
B = 36.78%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#725E79 (or 0x725E79) is known color: Rum. HEX triplet: 72, 5E and 79. RGB value is (114,94,121). Sum of RGB (Red+Green+Blue) = 114+94+121=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 121 - color contains mainly: blue. Hex color #725E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E79 is #8DA186. Grayscale: #666666. Windows color (decimal): -9281927 or 7954034. OLE color: 7954034.

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

Color convert

RGB 114 94 121 -
CMYK 0.06 0.22 0 0.53
HSL 284.44º 0.13% 0.42% -
HSV(B) 284.44º 0.22% 0.47% -
XYZ 14.39 12.96 19.83 -
YUV 103.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 114 94 121 0.06 0.22 0 0.53 284.44 0.13 0.42
Hex 72 5E 79 6 16 0 35 11C D 2A
Octal 162 136 171 6 26 0 65 434 15 52
Binary 1110010 1011110 1111001 110 10110 0 110101 100011100 1101 101010

Color Harmonies of #725E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725E79

Black with #725E79

Text Example


Text Example

White with #725E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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