#726178

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

Shades of Rum #726178

Tints of Rum #726178

Color information

#726178 (or 0x726178) is unknown color: approx Rum. HEX triplet: 72, 61 and 78. RGB value is (114,97,120). Sum of RGB (Red+Green+Blue) = 114+97+120=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 120 - color contains mainly: blue. Hex color #726178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726178 is #8D9E87. Grayscale: #686868. Windows color (decimal): -9281160 or 7889266. OLE color: 7889266.

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

Color convert

RGB11497120-
CMYK0.050.1900.53
HSL284.35º10.6%42.55%-
HSV(B)284.35º19.17%47.06%-
XYZ14.613.4819.6-
YUV104.71136.63134.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=34.44%
G=29.31%
B=36.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114971200.050.1900.53284.3510.642.55
Hex72617851303511cb2b
Octal1621411705230654341353
Binary1110010110000111110001011001101101011000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726178; }

 p { color: rgb(114,97,120); }

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

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

 a { background-color: rgb(114,97,120); }

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

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

 span { border-color: rgb(114,97,120); }

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