Shades of Rum #78697B
Tints of Rum #78697B
RGB
CMYK
RGB Variations
Color information
#78697B (or 0x78697B) is known color: Rum. HEX triplet: 78, 69 and 7B. RGB value is (120,105,123). Sum of RGB (Red+Green+Blue) = 120+105+123=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 123 - color contains mainly: blue. Hex color #78697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78697B is #879684. Grayscale: #6F6F6F. Windows color (decimal): -8885893 or 8087928. OLE color: 8087928.
HSL color Cylindrical-coordinate representation of color #78697B: hue angle of 290º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #78697B is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 105 | 123 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.52 |
| HSL | 290º | 0.08% | 0.45% | - |
| HSV(B) | 290º | 0.15% | 0.48% | - |
| XYZ | 16.37 | 15.53 | 20.87 | - |
| YUV | 111.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 123 | 0.02 | 0.15 | 0 | 0.52 | 290 | 0.08 | 0.45 |
| Hex | 78 | 69 | 7B | 2 | F | 0 | 34 | 122 | 8 | 2D |
| Octal | 170 | 151 | 173 | 2 | 17 | 0 | 64 | 442 | 10 | 55 |
| Binary | 1111000 | 1101001 | 1111011 | 10 | 1111 | 0 | 110100 | 100100010 | 1000 | 101101 |
Color Harmonies of #78697B
Complementary color
Monochromatic Colors of #78697B
Black with #78697B
Text Example
Text Example
White with #78697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78697B; }
p { color: rgb(120,105,123); }
H1.HeaderClassName
{
color: #78697B;
}
.AnyTagClassName
{
color: #78697B;
}
</style>
background-color css
<style>
a { background-color: #78697B; }
a { background-color: rgb(120,105,123); }
div.DivClassName
{
background-color: #78697B;
}
.BgClassName
{
background-color: #78697B;
}
</style>
border-color css
<style>
span { border-color: #78697B; }
span { border-color: rgb(120,105,123); }
td.TdClassName
{
border-color: #78697B;
}
.TagClassName
{
border-color: #78697B;
}
</style>