#726377

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

Shades of Rum #726377

Tints of Rum #726377

Color information

#726377 (or 0x726377) is unknown color: approx Rum. HEX triplet: 72, 63 and 77. RGB value is (114,99,119). Sum of RGB (Red+Green+Blue) = 114+99+119=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #726377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726377 is #8D9C88. Grayscale: #696969. Windows color (decimal): -9280649 or 7824242. OLE color: 7824242.

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

Color convert

RGB11499119-
CMYK0.040.1700.53
HSL285º9.17%42.75%-
HSV(B)285º16.81%46.67%-
XYZ14.7313.8319.35-
YUV105.76135.47133.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 99 (39.06% from 255) = 29.82%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=34.34%
G=29.82%
B=35.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114991190.040.1700.532859.1742.75
Hex72637741103511d92b
Octal1621431674210654351153
Binary1110010110001111101111001000101101011000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726377; }

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

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

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

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

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

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

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

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