Html Css Color HEX #725477 Rum

📋 copy color: '#725477'

red 114 ◦ green 84 ◦ blue 119

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

Shades of Rum #725477

Tints of Rum #725477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

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

R = 35.96%
G = 26.5%
B = 37.54%

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

#725477 (or 0x725477) is known color: Rum. HEX triplet: 72, 54 and 77. RGB value is (114,84,119). Sum of RGB (Red+Green+Blue) = 114+84+119=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #725477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725477 is #8DAB88. Grayscale: #606060. Windows color (decimal): -9284489 or 7820402. OLE color: 7820402.

HSL color Cylindrical-coordinate representation of color #725477: hue angle of 291.43º 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 #725477 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 84 119 -
CMYK 0.04 0.29 0 0.53
HSL 291.43º 0.17% 0.4% -
HSV(B) 291.43º 0.29% 0.47% -
XYZ 13.44 11.25 18.92 -
YUV 96.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 114 84 119 0.04 0.29 0 0.53 291.43 0.17 0.4
Hex 72 54 77 4 1D 0 35 123 11 28
Octal 162 124 167 4 35 0 65 443 21 50
Binary 1110010 1010100 1110111 100 11101 0 110101 100100011 10001 101000

Color Harmonies of #725477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725477

Black with #725477

Text Example


Text Example

White with #725477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725477; }

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

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

background-color css

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

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

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

border-color css

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

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

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