#756479

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

Shades of Rum #756479

Tints of Rum #756479

Color information

#756479 (or 0x756479) is unknown color: approx Rum. HEX triplet: 75, 64 and 79. RGB value is (117,100,121). Sum of RGB (Red+Green+Blue) = 117+100+121=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 121 - color contains mainly: blue. Hex color #756479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756479 is #8A9B86. Grayscale: #6B6B6B. Windows color (decimal): -9083783 or 7955573. OLE color: 7955573.

HSL color Cylindrical-coordinate representation of color #756479: hue angle of 288.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756479 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB117100121-
CMYK0.030.1700.53
HSL288.57º9.5%43.33%-
HSV(B)288.57º17.36%47.45%-
XYZ15.3414.2820.04-
YUV107.48135.63134.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 121 (47.66% from 255) = 35.80%
R=34.62%
G=29.59%
B=35.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171001210.030.1700.53288.579.543.33
Hex756479311035121a2b
Octal1651441713210654411253
Binary111010111001001111001111000101101011001000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756479; }

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

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

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

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

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

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

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

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