Shades of Rum #78717A
Tints of Rum #78717A
RGB
CMYK
RGB Variations
Color information
#78717A (or 0x78717A) is known color: Rum. HEX triplet: 78, 71 and 7A. RGB value is (120,113,122). Sum of RGB (Red+Green+Blue) = 120+113+122=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 122 - color contains mainly: blue. Hex color #78717A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78717A is #878E85. Grayscale: #747474. Windows color (decimal): -8883846 or 8024440. OLE color: 8024440.
HSL color Cylindrical-coordinate representation of color #78717A: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #78717A is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 113 | 122 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.52 |
| HSL | 286.67º | 0.04% | 0.46% | - |
| HSV(B) | 286.67º | 0.07% | 0.48% | - |
| XYZ | 17.16 | 17.21 | 20.83 | - |
| YUV | 116.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 113 | 122 | 0.02 | 0.07 | 0 | 0.52 | 286.67 | 0.04 | 0.46 |
| Hex | 78 | 71 | 7A | 2 | 7 | 0 | 34 | 11F | 4 | 2E |
| Octal | 170 | 161 | 172 | 2 | 7 | 0 | 64 | 437 | 4 | 56 |
| Binary | 1111000 | 1110001 | 1111010 | 10 | 111 | 0 | 110100 | 100011111 | 100 | 101110 |
Color Harmonies of #78717A
Complementary color
Monochromatic Colors of #78717A
Black with #78717A
Text Example
Text Example
White with #78717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78717A; }
p { color: rgb(120,113,122); }
H1.HeaderClassName
{
color: #78717A;
}
.AnyTagClassName
{
color: #78717A;
}
</style>
background-color css
<style>
a { background-color: #78717A; }
a { background-color: rgb(120,113,122); }
div.DivClassName
{
background-color: #78717A;
}
.BgClassName
{
background-color: #78717A;
}
</style>
border-color css
<style>
span { border-color: #78717A; }
span { border-color: rgb(120,113,122); }
td.TdClassName
{
border-color: #78717A;
}
.TagClassName
{
border-color: #78717A;
}
</style>