#79647D

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

Shades of Rum #79647D

Tints of Rum #79647D

Color information

#79647D (or 0x79647D) is unknown color: approx Rum. HEX triplet: 79, 64 and 7D. RGB value is (121,100,125). Sum of RGB (Red+Green+Blue) = 121+100+125=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 125 - color contains mainly: blue. Hex color #79647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79647D is #869B82. Grayscale: #6D6D6D. Windows color (decimal): -8821635 or 8217721. OLE color: 8217721.

HSL color Cylindrical-coordinate representation of color #79647D: hue angle of 290.4º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #79647D is Cyan = 0.03, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121100125-
CMYK0.030.200.51
HSL290.4º11.11%44.12%-
HSV(B)290.4º20%49.02%-
XYZ16.1414.6621.38-
YUV109.13136.96136.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.97%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=34.97%
G=28.90%
B=36.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211001250.030.200.51290.411.1144.12
Hex79647D314033122b2c
Octal1711441753240634421354
Binary111100111001001111101111010001100111001000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79647D; }

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

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

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

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

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

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

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

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