#74597A

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

Shades of Rum #74597A

Tints of Rum #74597A

Color information

#74597A (or 0x74597A) is unknown color: approx Rum. HEX triplet: 74, 59 and 7A. RGB value is (116,89,122). Sum of RGB (Red+Green+Blue) = 116+89+122=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 122 - color contains mainly: blue. Hex color #74597A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74597A is #8BA685. Grayscale: #646464. Windows color (decimal): -9152134 or 8018292. OLE color: 8018292.

HSL color Cylindrical-coordinate representation of color #74597A: hue angle of 289.09º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74597A is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11689122-
CMYK0.050.2700.52
HSL289.09º15.64%41.37%-
HSV(B)289.09º27.05%47.84%-
XYZ14.2912.2620.03-
YUV100.84139.95138.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=35.47%
G=27.22%
B=37.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116891220.050.2700.52289.0915.6441.37
Hex74597A51B0341211029
Octal1641311725330644412051
Binary11101001011001111101010111011011010010010000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,89,122); }

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

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

 a { background-color: rgb(116,89,122); }

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

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

 span { border-color: rgb(116,89,122); }

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