Shades of Rum #78667B
Tints of Rum #78667B
RGB
CMYK
RGB Variations
Color information
#78667B (or 0x78667B) is known color: Rum. HEX triplet: 78, 66 and 7B. RGB value is (120,102,123). Sum of RGB (Red+Green+Blue) = 120+102+123=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 123 - color contains mainly: blue. Hex color #78667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78667B is #879984. Grayscale: #6D6D6D. Windows color (decimal): -8886661 or 8087160. OLE color: 8087160.
HSL color Cylindrical-coordinate representation of color #78667B: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78667B is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 102 | 123 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.52 |
| HSL | 291.43º | 0.09% | 0.44% | - |
| HSV(B) | 291.43º | 0.17% | 0.48% | - |
| XYZ | 16.07 | 14.93 | 20.77 | - |
| YUV | 109.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 123 | 0.02 | 0.17 | 0 | 0.52 | 291.43 | 0.09 | 0.44 |
| Hex | 78 | 66 | 7B | 2 | 11 | 0 | 34 | 123 | 9 | 2C |
| Octal | 170 | 146 | 173 | 2 | 21 | 0 | 64 | 443 | 11 | 54 |
| Binary | 1111000 | 1100110 | 1111011 | 10 | 10001 | 0 | 110100 | 100100011 | 1001 | 101100 |
Color Harmonies of #78667B
Complementary color
Monochromatic Colors of #78667B
Black with #78667B
Text Example
Text Example
White with #78667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78667B; }
p { color: rgb(120,102,123); }
H1.HeaderClassName
{
color: #78667B;
}
.AnyTagClassName
{
color: #78667B;
}
</style>
background-color css
<style>
a { background-color: #78667B; }
a { background-color: rgb(120,102,123); }
div.DivClassName
{
background-color: #78667B;
}
.BgClassName
{
background-color: #78667B;
}
</style>
border-color css
<style>
span { border-color: #78667B; }
span { border-color: rgb(120,102,123); }
td.TdClassName
{
border-color: #78667B;
}
.TagClassName
{
border-color: #78667B;
}
</style>