#755C79

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

Shades of Rum #755C79

Tints of Rum #755C79

Color information

#755C79 (or 0x755C79) is unknown color: approx Rum. HEX triplet: 75, 5C and 79. RGB value is (117,92,121). Sum of RGB (Red+Green+Blue) = 117+92+121=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #755C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755C79 is #8AA386. Grayscale: #666666. Windows color (decimal): -9085831 or 7953525. OLE color: 7953525.

HSL color Cylindrical-coordinate representation of color #755C79: hue angle of 291.72º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #755C79 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11792121-
CMYK0.030.2400.53
HSL291.72º13.62%41.76%-
HSV(B)291.72º23.97%47.45%-
XYZ14.6112.8219.79-
YUV102.78138.28138.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.45%
GREEN value IS 92 (36.33% from 255) = 27.88%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=35.45%
G=27.88%
B=36.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117921210.030.2400.53291.7213.6241.76
Hex755C79318035124e2a
Octal1651341713300654441652
Binary111010110111001111001111100001101011001001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,92,121); }

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

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

 a { background-color: rgb(117,92,121); }

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

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

 span { border-color: rgb(117,92,121); }

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