#726E73

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

Shades of Rum #726E73

Tints of Rum #726E73

Color information

#726E73 (or 0x726E73) is unknown color: approx Rum. HEX triplet: 72, 6E and 73. RGB value is (114,110,115). Sum of RGB (Red+Green+Blue) = 114+110+115=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 115 - color contains mainly: blue. Hex color #726E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E73 is #8D918C. Grayscale: #6F6F6F. Windows color (decimal): -9277837 or 7564914. OLE color: 7564914.

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

Color convert

RGB114110115-
CMYK0.010.0400.55
HSL288º2.22%44.12%-
HSV(B)288º4.35%45.1%-
XYZ15.6115.9718.48-
YUV111.77129.83129.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=33.63%
G=32.45%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141101150.010.0400.552882.2244.12
Hex726E731403712022c
Octal16215616314067440254
Binary1110010110111011100111100011011110010000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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