Shades of Rum #79667E
Tints of Rum #79667E
RGB
CMYK
RGB Variations
Color information
#79667E (or 0x79667E) is known color: Rum. HEX triplet: 79, 66 and 7E. RGB value is (121,102,126). Sum of RGB (Red+Green+Blue) = 121+102+126=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 126 - color contains mainly: blue. Hex color #79667E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79667E is #869981. Grayscale: #6E6E6E. Windows color (decimal): -8821122 or 8283769. OLE color: 8283769.
HSL color Cylindrical-coordinate representation of color #79667E: hue angle of 287.5º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79667E is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 102 | 126 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.51 |
| HSL | 287.5º | 0.11% | 0.45% | - |
| HSV(B) | 287.5º | 0.19% | 0.49% | - |
| XYZ | 16.4 | 15.07 | 21.78 | - |
| YUV | 110.42 | 136.79 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 102 | 126 | 0.04 | 0.19 | 0 | 0.51 | 287.5 | 0.11 | 0.45 |
| Hex | 79 | 66 | 7E | 4 | 13 | 0 | 33 | 120 | B | 2D |
| Octal | 171 | 146 | 176 | 4 | 23 | 0 | 63 | 440 | 13 | 55 |
| Binary | 1111001 | 1100110 | 1111110 | 100 | 10011 | 0 | 110011 | 100100000 | 1011 | 101101 |
Color Harmonies of #79667E
Complementary color
Monochromatic Colors of #79667E
Black with #79667E
Text Example
Text Example
White with #79667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79667E; }
p { color: rgb(121,102,126); }
H1.HeaderClassName
{
color: #79667E;
}
.AnyTagClassName
{
color: #79667E;
}
</style>
background-color css
<style>
a { background-color: #79667E; }
a { background-color: rgb(121,102,126); }
div.DivClassName
{
background-color: #79667E;
}
.BgClassName
{
background-color: #79667E;
}
</style>
border-color css
<style>
span { border-color: #79667E; }
span { border-color: rgb(121,102,126); }
td.TdClassName
{
border-color: #79667E;
}
.TagClassName
{
border-color: #79667E;
}
</style>