#72607B

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

Shades of Rum #72607B

Tints of Rum #72607B

Color information

#72607B (or 0x72607B) is unknown color: approx Rum. HEX triplet: 72, 60 and 7B. RGB value is (114,96,123). Sum of RGB (Red+Green+Blue) = 114+96+123=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 123 - color contains mainly: blue. Hex color #72607B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72607B is #8D9F84. Grayscale: #686868. Windows color (decimal): -9281413 or 8085618. OLE color: 8085618.

HSL color Cylindrical-coordinate representation of color #72607B: hue angle of 280º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72607B is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11496123-
CMYK0.070.2200.52
HSL280º12.33%42.94%-
HSV(B)280º21.95%48.24%-
XYZ14.713.3720.55-
YUV104.46138.46134.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=34.23%
G=28.83%
B=36.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114961230.070.2200.5228012.3342.94
Hex72607B716034118c2b
Octal1621401737260644301453
Binary1110010110000011110111111011001101001000110001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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