#79667D

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

Shades of Rum #79667D

Tints of Rum #79667D

Color information

#79667D (or 0x79667D) is unknown color: approx Rum. HEX triplet: 79, 66 and 7D. RGB value is (121,102,125). Sum of RGB (Red+Green+Blue) = 121+102+125=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #79667D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79667D is #869982. Grayscale: #6E6E6E. Windows color (decimal): -8821123 or 8218233. OLE color: 8218233.

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

Color convert

RGB121102125-
CMYK0.030.1800.51
HSL289.57º10.13%44.51%-
HSV(B)289.57º18.4%49.02%-
XYZ16.3415.0521.45-
YUV110.3136.29135.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=34.77%
G=29.31%
B=35.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1211021250.030.1800.51289.5710.1344.51
Hex79667D312033122a2d
Octal1711461753220634421255
Binary111100111001101111101111001001100111001000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79667D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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