#726079

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

Shades of Rum #726079

Tints of Rum #726079

Color information

#726079 (or 0x726079) is unknown color: approx Rum. HEX triplet: 72, 60 and 79. RGB value is (114,96,121). Sum of RGB (Red+Green+Blue) = 114+96+121=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 121 - color contains mainly: blue. Hex color #726079 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726079 is #8D9F86. Grayscale: #686868. Windows color (decimal): -9281415 or 7954546. OLE color: 7954546.

HSL color Cylindrical-coordinate representation of color #726079: hue angle of 283.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #726079 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11496121-
CMYK0.060.2100.53
HSL283.2º11.52%42.55%-
HSV(B)283.2º20.66%47.45%-
XYZ14.5713.3219.89-
YUV104.23137.46134.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 121 (47.66% from 255) = 36.56%
R=34.44%
G=29.00%
B=36.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114961210.060.2100.53283.211.5242.55
Hex72607961503511bc2b
Octal1621401716250654331453
Binary1110010110000011110011101010101101011000110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726079; }

 p { color: rgb(114,96,121); }

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

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

 a { background-color: rgb(114,96,121); }

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

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

 span { border-color: rgb(114,96,121); }

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