Shades of Rum #7A707C
Tints of Rum #7A707C
RGB
CMYK
RGB Variations
Color information
#7A707C (or 0x7A707C) is known color: Rum. HEX triplet: 7A, 70 and 7C. RGB value is (122,112,124). Sum of RGB (Red+Green+Blue) = 122+112+124=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A707C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A707C is #858F83. Grayscale: #747474. Windows color (decimal): -8753028 or 8155258. OLE color: 8155258.
HSL color Cylindrical-coordinate representation of color #7A707C: hue angle of 290º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A707C is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 112 | 124 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.51 |
| HSL | 290º | 0.05% | 0.46% | - |
| HSV(B) | 290º | 0.1% | 0.49% | - |
| XYZ | 17.46 | 17.18 | 21.46 | - |
| YUV | 116.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 124 | 0.02 | 0.10 | 0 | 0.51 | 290 | 0.05 | 0.46 |
| Hex | 7A | 70 | 7C | 2 | A | 0 | 33 | 122 | 5 | 2E |
| Octal | 172 | 160 | 174 | 2 | 12 | 0 | 63 | 442 | 5 | 56 |
| Binary | 1111010 | 1110000 | 1111100 | 10 | 1010 | 0 | 110011 | 100100010 | 101 | 101110 |
Color Harmonies of #7A707C
Complementary color
Monochromatic Colors of #7A707C
Black with #7A707C
Text Example
Text Example
White with #7A707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A707C; }
p { color: rgb(122,112,124); }
H1.HeaderClassName
{
color: #7A707C;
}
.AnyTagClassName
{
color: #7A707C;
}
</style>
background-color css
<style>
a { background-color: #7A707C; }
a { background-color: rgb(122,112,124); }
div.DivClassName
{
background-color: #7A707C;
}
.BgClassName
{
background-color: #7A707C;
}
</style>
border-color css
<style>
span { border-color: #7A707C; }
span { border-color: rgb(122,112,124); }
td.TdClassName
{
border-color: #7A707C;
}
.TagClassName
{
border-color: #7A707C;
}
</style>