#726474

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

Shades of Rum #726474

Tints of Rum #726474

Color information

#726474 (or 0x726474) is unknown color: approx Rum. HEX triplet: 72, 64 and 74. RGB value is (114,100,116). Sum of RGB (Red+Green+Blue) = 114+100+116=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 116 - color contains mainly: blue. Hex color #726474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726474 is #8D9B8B. Grayscale: #696969. Windows color (decimal): -9280396 or 7627890. OLE color: 7627890.

HSL color Cylindrical-coordinate representation of color #726474: hue angle of 292.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #726474 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB114100116-
CMYK0.020.1400.55
HSL292.5º7.41%42.35%-
HSV(B)292.5º13.79%45.49%-
XYZ14.6513.9518.44-
YUV106.01133.64133.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 116 (45.70% from 255) = 35.15%
R=34.55%
G=30.30%
B=35.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141001160.020.1400.55292.57.4142.35
Hex7264742E03712472a
Octal162144164216067444752
Binary1110010110010011101001011100110111100100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726474; }

 p { color: rgb(114,100,116); }

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

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

 a { background-color: rgb(114,100,116); }

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

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

 span { border-color: rgb(114,100,116); }

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