#726973

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

Shades of Rum #726973

Tints of Rum #726973

Color information

#726973 (or 0x726973) is unknown color: approx Rum. HEX triplet: 72, 69 and 73. RGB value is (114,105,115). Sum of RGB (Red+Green+Blue) = 114+105+115=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 115 - color contains mainly: blue. Hex color #726973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726973 is #8D968C. Grayscale: #6C6C6C. Windows color (decimal): -9279117 or 7563634. OLE color: 7563634.

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

Color convert

RGB114105115-
CMYK0.010.0900.55
HSL294º4.55%43.14%-
HSV(B)294º8.7%45.1%-
XYZ15.0914.9218.3-
YUV108.83131.48131.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 105 (41.41% from 255) = 31.44%
BLUE value IS 115 (45.31% from 255) = 34.43%
R=34.13%
G=31.44%
B=34.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141051150.010.0900.552944.5543.14
Hex7269731903712652b
Octal162151163111067446553
Binary111001011010011110011110010110111100100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726973; }

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

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

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

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

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

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

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

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