#75597C

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

Shades of Rum #75597C

Tints of Rum #75597C

Color information

#75597C (or 0x75597C) is unknown color: approx Rum. HEX triplet: 75, 59 and 7C. RGB value is (117,89,124). Sum of RGB (Red+Green+Blue) = 117+89+124=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #75597C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75597C is #8AA683. Grayscale: #656565. Windows color (decimal): -9086596 or 8149365. OLE color: 8149365.

HSL color Cylindrical-coordinate representation of color #75597C: hue angle of 288º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75597C is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11789124-
CMYK0.060.2800.51
HSL288º16.43%41.76%-
HSV(B)288º28.23%48.63%-
XYZ14.5512.3820.69-
YUV101.36140.78139.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=35.45%
G=26.97%
B=37.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117891240.060.2800.5128816.4341.76
Hex75597C61C033120102a
Octal1651311746340634402052
Binary11101011011001111110011011100011001110010000010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,89,124); }

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

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

 a { background-color: rgb(117,89,124); }

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

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

 span { border-color: rgb(117,89,124); }

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