Shades of Rum #78657B
Tints of Rum #78657B
RGB
CMYK
RGB Variations
Color information
#78657B (or 0x78657B) is known color: Rum. HEX triplet: 78, 65 and 7B. RGB value is (120,101,123). Sum of RGB (Red+Green+Blue) = 120+101+123=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 123 - color contains mainly: blue. Hex color #78657B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78657B is #879A84. Grayscale: #6D6D6D. Windows color (decimal): -8886917 or 8086904. OLE color: 8086904.
HSL color Cylindrical-coordinate representation of color #78657B: hue angle of 291.82º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78657B is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 101 | 123 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.52 |
| HSL | 291.82º | 0.1% | 0.44% | - |
| HSV(B) | 291.82º | 0.18% | 0.48% | - |
| XYZ | 15.97 | 14.73 | 20.74 | - |
| YUV | 109.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 123 | 0.02 | 0.18 | 0 | 0.52 | 291.82 | 0.1 | 0.44 |
| Hex | 78 | 65 | 7B | 2 | 12 | 0 | 34 | 124 | A | 2C |
| Octal | 170 | 145 | 173 | 2 | 22 | 0 | 64 | 444 | 12 | 54 |
| Binary | 1111000 | 1100101 | 1111011 | 10 | 10010 | 0 | 110100 | 100100100 | 1010 | 101100 |
Color Harmonies of #78657B
Complementary color
Monochromatic Colors of #78657B
Black with #78657B
Text Example
Text Example
White with #78657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78657B; }
p { color: rgb(120,101,123); }
H1.HeaderClassName
{
color: #78657B;
}
.AnyTagClassName
{
color: #78657B;
}
</style>
background-color css
<style>
a { background-color: #78657B; }
a { background-color: rgb(120,101,123); }
div.DivClassName
{
background-color: #78657B;
}
.BgClassName
{
background-color: #78657B;
}
</style>
border-color css
<style>
span { border-color: #78657B; }
span { border-color: rgb(120,101,123); }
td.TdClassName
{
border-color: #78657B;
}
.TagClassName
{
border-color: #78657B;
}
</style>