#79667C

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

Shades of Rum #79667C

Tints of Rum #79667C

Color information

#79667C (or 0x79667C) is unknown color: approx Rum. HEX triplet: 79, 66 and 7C. RGB value is (121,102,124). Sum of RGB (Red+Green+Blue) = 121+102+124=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #79667C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79667C is #869983. Grayscale: #6E6E6E. Windows color (decimal): -8821124 or 8152697. OLE color: 8152697.

HSL color Cylindrical-coordinate representation of color #79667C: hue angle of 291.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #79667C is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB121102124-
CMYK0.020.1800.51
HSL291.82º9.73%44.31%-
HSV(B)291.82º17.74%48.63%-
XYZ16.2715.0221.11-
YUV110.19135.79135.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 124 (48.83% from 255) = 35.73%
R=34.87%
G=29.39%
B=35.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211021240.020.1800.51291.829.7344.31
Hex79667C212033124a2c
Octal1711461742220634441254
Binary111100111001101111100101001001100111001001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79667C; }

 p { color: rgb(121,102,124); }

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

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

 a { background-color: rgb(121,102,124); }

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

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

 span { border-color: rgb(121,102,124); }

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