#79677C

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

Shades of Rum #79677C

Tints of Rum #79677C

Color information

#79677C (or 0x79677C) is unknown color: approx Rum. HEX triplet: 79, 67 and 7C. RGB value is (121,103,124). Sum of RGB (Red+Green+Blue) = 121+103+124=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 124 - color contains mainly: blue. Hex color #79677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79677C is #869883. Grayscale: #6E6E6E. Windows color (decimal): -8820868 or 8152953. OLE color: 8152953.

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

Color convert

RGB121103124-
CMYK0.020.1700.51
HSL291.43º9.25%44.51%-
HSV(B)291.43º16.94%48.63%-
XYZ16.3715.2221.14-
YUV110.78135.46135.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=34.77%
G=29.60%
B=35.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211031240.020.1700.51291.439.2544.51
Hex79677C21103312392d
Octal1711471742210634431155
Binary111100111001111111100101000101100111001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79677C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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