#73607A

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

Shades of Rum #73607A

Tints of Rum #73607A

Color information

#73607A (or 0x73607A) is unknown color: approx Rum. HEX triplet: 73, 60 and 7A. RGB value is (115,96,122). Sum of RGB (Red+Green+Blue) = 115+96+122=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 122 - color contains mainly: blue. Hex color #73607A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73607A is #8C9F85. Grayscale: #686868. Windows color (decimal): -9215878 or 8020083. OLE color: 8020083.

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

Color convert

RGB11596122-
CMYK0.060.2100.52
HSL283.85º11.93%42.75%-
HSV(B)283.85º21.31%47.84%-
XYZ14.7713.4220.22-
YUV104.64137.79135.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=34.53%
G=28.83%
B=36.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115961220.060.2100.52283.8511.9342.75
Hex73607A61503411cc2b
Octal1631401726250644341453
Binary1110011110000011110101101010101101001000111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73607A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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