#72607C

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

Shades of Rum #72607C

Tints of Rum #72607C

Color information

#72607C (or 0x72607C) is unknown color: approx Rum. HEX triplet: 72, 60 and 7C. RGB value is (114,96,124). Sum of RGB (Red+Green+Blue) = 114+96+124=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #72607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72607C is #8D9F83. Grayscale: #686868. Windows color (decimal): -9281412 or 8151154. OLE color: 8151154.

HSL color Cylindrical-coordinate representation of color #72607C: hue angle of 278.57º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72607C is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11496124-
CMYK0.080.2300.51
HSL278.57º12.73%43.14%-
HSV(B)278.57º22.58%48.63%-
XYZ14.7613.420.88-
YUV104.57138.96134.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 124 (48.83% from 255) = 37.13%
R=34.13%
G=28.74%
B=37.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114961240.080.2300.51278.5712.7343.14
Hex72607C817033117d2b
Octal16214017410270634271553
Binary11100101100000111110010001011101100111000101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72607C; }

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

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

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

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

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

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

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

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