#726378

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

Shades of Rum #726378

Tints of Rum #726378

Color information

#726378 (or 0x726378) is unknown color: approx Rum. HEX triplet: 72, 63 and 78. RGB value is (114,99,120). Sum of RGB (Red+Green+Blue) = 114+99+120=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 120 (47.27% from 255 or 36.04% from 333); Max value from RGB is 120 - color contains mainly: blue. Hex color #726378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726378 is #8D9C87. Grayscale: #696969. Windows color (decimal): -9280648 or 7889778. OLE color: 7889778.

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

Color convert

RGB11499120-
CMYK0.050.1700.53
HSL282.86º9.59%42.94%-
HSV(B)282.86º17.5%47.06%-
XYZ14.7913.8619.66-
YUV105.88135.97133.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 99 (39.06% from 255) = 29.73%
BLUE value IS 120 (47.27% from 255) = 36.04%
R=34.23%
G=29.73%
B=36.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114991200.050.1700.53282.869.5942.94
Hex72637851103511ba2b
Octal1621431705210654331253
Binary1110010110001111110001011000101101011000110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726378; }

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

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

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

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

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

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

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

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