Html Css Color HEX #725577 Rum

📋 copy color: '#725577'

red 114 ◦ green 85 ◦ blue 119

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

Shades of Rum #725577

Tints of Rum #725577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

 BLUE value IS 119 (46.88% from 255) = 37.42%

R = 35.85%
G = 26.73%
B = 37.42%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#725577 (or 0x725577) is known color: Rum. HEX triplet: 72, 55 and 77. RGB value is (114,85,119). Sum of RGB (Red+Green+Blue) = 114+85+119=318 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.85% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 119 - color contains mainly: blue. Hex color #725577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725577 is #8DAA88. Grayscale: #616161. Windows color (decimal): -9284233 or 7820658. OLE color: 7820658.

HSL color Cylindrical-coordinate representation of color #725577: hue angle of 291.18º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725577 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 85 119 -
CMYK 0.04 0.29 0 0.53
HSL 291.18º 0.17% 0.4% -
HSV(B) 291.18º 0.29% 0.47% -
XYZ 13.52 11.41 18.94 -
YUV 97.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 114 85 119 0.04 0.29 0 0.53 291.18 0.17 0.4
Hex 72 55 77 4 1D 0 35 123 11 28
Octal 162 125 167 4 35 0 65 443 21 50
Binary 1110010 1010101 1110111 100 11101 0 110101 100100011 10001 101000

Color Harmonies of #725577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725577

Black with #725577

Text Example


Text Example

White with #725577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725577; }

 p { color: rgb(114,85,119); }

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

background-color css

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

 a { background-color: rgb(114,85,119); }

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

border-color css

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

 span { border-color: rgb(114,85,119); }

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