#755A7C

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

Shades of Rum #755A7C

Tints of Rum #755A7C

Color information

#755A7C (or 0x755A7C) is unknown color: approx Rum. HEX triplet: 75, 5A and 7C. RGB value is (117,90,124). Sum of RGB (Red+Green+Blue) = 117+90+124=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 124 - color contains mainly: blue. Hex color #755A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A7C is #8AA583. Grayscale: #656565. Windows color (decimal): -9086340 or 8149621. OLE color: 8149621.

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

Color convert

RGB11790124-
CMYK0.060.2700.51
HSL287.65º15.89%41.96%-
HSV(B)287.65º27.42%48.63%-
XYZ14.6312.5520.72-
YUV101.95140.45138.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=35.35%
G=27.19%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117901240.060.2700.51287.6515.8941.96
Hex755A7C61B033120102a
Octal1651321746330634402052
Binary11101011011010111110011011011011001110010000010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755A7C; }

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

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

<style>
 a { background-color: #755A7C; }

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

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

<style>
 span { border-color: #755A7C; }

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

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