#726077

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

Shades of Rum #726077

Tints of Rum #726077

Color information

#726077 (or 0x726077) is unknown color: approx Rum. HEX triplet: 72, 60 and 77. RGB value is (114,96,119). Sum of RGB (Red+Green+Blue) = 114+96+119=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #726077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726077 is #8D9F88. Grayscale: #676767. Windows color (decimal): -9281417 or 7823474. OLE color: 7823474.

HSL color Cylindrical-coordinate representation of color #726077: hue angle of 286.96º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #726077 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11496119-
CMYK0.040.1900.53
HSL286.96º10.7%42.16%-
HSV(B)286.96º19.33%46.67%-
XYZ14.4513.2819.25-
YUV104136.46135.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=34.65%
G=29.18%
B=36.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114961190.040.1900.53286.9610.742.16
Hex72607741303511fb2a
Octal1621401674230654371352
Binary1110010110000011101111001001101101011000111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726077; }

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

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

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

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

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

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

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

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