#755E7C

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

Shades of Rum #755E7C

Tints of Rum #755E7C

Color information

#755E7C (or 0x755E7C) is unknown color: approx Rum. HEX triplet: 75, 5E and 7C. RGB value is (117,94,124). Sum of RGB (Red+Green+Blue) = 117+94+124=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 124 - color contains mainly: blue. Hex color #755E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755E7C is #8AA183. Grayscale: #686868. Windows color (decimal): -9085316 or 8150645. OLE color: 8150645.

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

Color convert

RGB11794124-
CMYK0.060.2400.51
HSL286º13.76%42.75%-
HSV(B)286º24.19%48.63%-
XYZ14.9813.2420.84-
YUV104.3139.12137.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 124 (48.83% from 255) = 37.01%
R=34.93%
G=28.06%
B=37.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal117941240.060.2400.5128613.7642.75
Hex755E7C61803311ee2b
Octal1651361746300634361653
Binary1110101101111011111001101100001100111000111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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