#726374

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

Shades of Rum #726374

Tints of Rum #726374

Color information

#726374 (or 0x726374) is unknown color: approx Rum. HEX triplet: 72, 63 and 74. RGB value is (114,99,116). Sum of RGB (Red+Green+Blue) = 114+99+116=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 116 - color contains mainly: blue. Hex color #726374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726374 is #8D9C8B. Grayscale: #696969. Windows color (decimal): -9280652 or 7627634. OLE color: 7627634.

HSL color Cylindrical-coordinate representation of color #726374: hue angle of 292.94º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726374 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11499116-
CMYK0.020.1500.55
HSL292.94º7.91%42.16%-
HSV(B)292.94º14.66%45.49%-
XYZ14.5513.7618.41-
YUV105.42133.97134.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=34.65%
G=30.09%
B=35.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114991160.020.1500.55292.947.9142.16
Hex7263742F03712582a
Octal1621431642170674451052
Binary11100101100011111010010111101101111001001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726374; }

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

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

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

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

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

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

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

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