#726D73

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

Shades of Rum #726D73

Tints of Rum #726D73

Color information

#726D73 (or 0x726D73) is unknown color: approx Rum. HEX triplet: 72, 6D and 73. RGB value is (114,109,115). Sum of RGB (Red+Green+Blue) = 114+109+115=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 115 - color contains mainly: blue. Hex color #726D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D73 is #8D928C. Grayscale: #6F6F6F. Windows color (decimal): -9278093 or 7564658. OLE color: 7564658.

HSL color Cylindrical-coordinate representation of color #726D73: hue angle of 290º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #726D73 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB114109115-
CMYK0.010.0500.55
HSL290º2.68%43.92%-
HSV(B)290º5.22%45.1%-
XYZ15.515.7518.44-
YUV111.18130.16130.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 109 (42.97% from 255) = 32.25%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=33.73%
G=32.25%
B=34.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141091150.010.0500.552902.6843.92
Hex726D731503712232c
Octal16215516315067442354
Binary1110010110110111100111101011011110010001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726D73; }

 p { color: rgb(114,109,115); }

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

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

 a { background-color: rgb(114,109,115); }

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

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

 span { border-color: rgb(114,109,115); }

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