#726376

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

Shades of Rum #726376

Tints of Rum #726376

Color information

#726376 (or 0x726376) is unknown color: approx Rum. HEX triplet: 72, 63 and 76. RGB value is (114,99,118). Sum of RGB (Red+Green+Blue) = 114+99+118=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #726376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726376 is #8D9C89. Grayscale: #696969. Windows color (decimal): -9280650 or 7758706. OLE color: 7758706.

HSL color Cylindrical-coordinate representation of color #726376: hue angle of 287.37º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #726376 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11499118-
CMYK0.030.1600.54
HSL287.37º8.76%42.55%-
HSV(B)287.37º16.1%46.27%-
XYZ14.6713.8119.03-
YUV105.65134.97133.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=34.44%
G=29.91%
B=35.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114991180.030.1600.54287.378.7642.55
Hex72637631003611f92b
Octal1621431663200664371153
Binary111001011000111110110111000001101101000111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726376; }

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

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

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

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

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

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

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

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