#75597B

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

Shades of Rum #75597B

Tints of Rum #75597B

Color information

#75597B (or 0x75597B) is unknown color: approx Rum. HEX triplet: 75, 59 and 7B. RGB value is (117,89,123). Sum of RGB (Red+Green+Blue) = 117+89+123=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #75597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75597B is #8AA684. Grayscale: #656565. Windows color (decimal): -9086597 or 8083829. OLE color: 8083829.

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

Color convert

RGB11789123-
CMYK0.050.2800.52
HSL289.41º16.04%41.57%-
HSV(B)289.41º27.64%48.24%-
XYZ14.4812.3620.36-
YUV101.25140.28139.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=35.56%
G=27.05%
B=37.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal117891230.050.2800.52289.4116.0441.57
Hex75597B51C034121102a
Octal1651311735340644412052
Binary11101011011001111101110111100011010010010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75597B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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