#79607F

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

Shades of Rum #79607F

Tints of Rum #79607F

Color information

#79607F (or 0x79607F) is unknown color: approx Rum. HEX triplet: 79, 60 and 7F. RGB value is (121,96,127). Sum of RGB (Red+Green+Blue) = 121+96+127=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #79607F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79607F is #869F80. Grayscale: #6A6A6A. Windows color (decimal): -8822657 or 8347769. OLE color: 8347769.

HSL color Cylindrical-coordinate representation of color #79607F: hue angle of 288.39º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79607F is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12196127-
CMYK0.050.2400.50
HSL288.39º13.9%43.73%-
HSV(B)288.39º24.41%49.8%-
XYZ15.913.9621.94-
YUV107.01139.28137.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 96 (37.89% from 255) = 27.91%
BLUE value IS 127 (50% from 255) = 36.92%
R=35.17%
G=27.91%
B=36.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal121961270.050.2400.50288.3913.943.73
Hex79607F518032120e2c
Octal1711401775300624401654
Binary1111001110000011111111011100001100101001000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79607F; }

 p { color: rgb(121,96,127); }

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

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

 a { background-color: rgb(121,96,127); }

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

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

 span { border-color: rgb(121,96,127); }

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