#726D74

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

Shades of Rum #726D74

Tints of Rum #726D74

Color information

#726D74 (or 0x726D74) is unknown color: approx Rum. HEX triplet: 72, 6D and 74. RGB value is (114,109,116). Sum of RGB (Red+Green+Blue) = 114+109+116=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 116 - color contains mainly: blue. Hex color #726D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D74 is #8D928B. Grayscale: #6F6F6F. Windows color (decimal): -9278092 or 7630194. OLE color: 7630194.

HSL color Cylindrical-coordinate representation of color #726D74: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #726D74 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB114109116-
CMYK0.020.0600.55
HSL282.86º3.11%44.12%-
HSV(B)282.86º6.03%45.49%-
XYZ15.5615.7818.75-
YUV111.29130.66129.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=33.63%
G=32.15%
B=34.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141091160.020.0600.55282.863.1144.12
Hex726D742603711b32c
Octal16215516426067433354
Binary11100101101101111010010110011011110001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726D74; }

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

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

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

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

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

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

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

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