#73607C

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

Shades of Rum #73607C

Tints of Rum #73607C

Color information

#73607C (or 0x73607C) is unknown color: approx Rum. HEX triplet: 73, 60 and 7C. RGB value is (115,96,124). Sum of RGB (Red+Green+Blue) = 115+96+124=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #73607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73607C is #8C9F83. Grayscale: #686868. Windows color (decimal): -9215876 or 8151155. OLE color: 8151155.

HSL color Cylindrical-coordinate representation of color #73607C: hue angle of 280.71º 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 #73607C is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11596124-
CMYK0.070.2300.51
HSL280.71º12.73%43.14%-
HSV(B)280.71º22.58%48.63%-
XYZ14.8913.4720.88-
YUV104.87138.79135.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.33%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=34.33%
G=28.66%
B=37.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115961240.070.2300.51280.7112.7343.14
Hex73607C717033119d2b
Octal1631401747270634311553
Binary1110011110000011111001111011101100111000110011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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