Html Css Color HEX #725B77 Rum

📋 copy color: '#725B77'

red 114 ◦ green 91 ◦ blue 119

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

Shades of Rum #725B77

Tints of Rum #725B77

RGB

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

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

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

R = 35.19%
G = 28.09%
B = 36.73%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#725B77 (or 0x725B77) is known color: Rum. HEX triplet: 72, 5B and 77. RGB value is (114,91,119). Sum of RGB (Red+Green+Blue) = 114+91+119=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #725B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B77 is #8DA488. Grayscale: #646464. Windows color (decimal): -9282697 or 7822194. OLE color: 7822194.

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

Color convert

RGB 114 91 119 -
CMYK 0.04 0.24 0 0.53
HSL 289.29º 0.13% 0.41% -
HSV(B) 289.29º 0.24% 0.47% -
XYZ 14.01 12.39 19.11 -
YUV 101.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 114 91 119 0.04 0.24 0 0.53 289.29 0.13 0.41
Hex 72 5B 77 4 18 0 35 121 D 29
Octal 162 133 167 4 30 0 65 441 15 51
Binary 1110010 1011011 1110111 100 11000 0 110101 100100001 1101 101001

Color Harmonies of #725B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725B77

Black with #725B77

Text Example


Text Example

White with #725B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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