#726477

Color #726477 Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rum #726477

Tints of Rum #726477

Color information

#726477 (or 0x726477) is unknown color: approx Rum. HEX triplet: 72, 64 and 77. RGB value is (114,100,119). Sum of RGB (Red+Green+Blue) = 114+100+119=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #726477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726477 is #8D9B88. Grayscale: #6A6A6A. Windows color (decimal): -9280393 or 7824498. OLE color: 7824498.

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

Color convert

RGB114100119-
CMYK0.040.1600.53
HSL284.21º8.68%42.94%-
HSV(B)284.21º15.97%46.67%-
XYZ14.8314.0219.38-
YUV106.35135.14133.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 100 (39.45% from 255) = 30.03%
BLUE value IS 119 (46.88% from 255) = 35.74%
R=34.23%
G=30.03%
B=35.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1141001190.040.1600.53284.218.6842.94
Hex72647741003511c92b
Octal1621441674200654341153
Binary1110010110010011101111001000001101011000111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726477; }

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

 H1.HeaderClassName
 {
   color: #726477;
 }
 .AnyTagClassName
 {
   color: #726477;
 }
</style>
background-color css

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

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

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

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

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

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