#73617A

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

Shades of Rum #73617A

Tints of Rum #73617A

Color information

#73617A (or 0x73617A) is unknown color: approx Rum. HEX triplet: 73, 61 and 7A. RGB value is (115,97,122). Sum of RGB (Red+Green+Blue) = 115+97+122=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 122 - color contains mainly: blue. Hex color #73617A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73617A is #8C9E85. Grayscale: #696969. Windows color (decimal): -9215622 or 8020339. OLE color: 8020339.

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

Color convert

RGB11597122-
CMYK0.060.2000.52
HSL283.2º11.42%42.94%-
HSV(B)283.2º20.49%47.84%-
XYZ14.8613.620.25-
YUV105.23137.46134.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.43%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=34.43%
G=29.04%
B=36.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115971220.060.2000.52283.211.4242.94
Hex73617A61403411bb2b
Octal1631411726240644331353
Binary1110011110000111110101101010001101001000110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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