Shades of Rum #78637E
Tints of Rum #78637E
RGB
CMYK
RGB Variations
Color information
#78637E (or 0x78637E) is known color: Rum. HEX triplet: 78, 63 and 7E. RGB value is (120,99,126). Sum of RGB (Red+Green+Blue) = 120+99+126=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 126 - color contains mainly: blue. Hex color #78637E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78637E is #879C81. Grayscale: #6C6C6C. Windows color (decimal): -8887426 or 8283000. OLE color: 8283000.
HSL color Cylindrical-coordinate representation of color #78637E: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78637E is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 99 | 126 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.51 |
| HSL | 286.67º | 0.12% | 0.44% | - |
| HSV(B) | 286.67º | 0.21% | 0.49% | - |
| XYZ | 15.97 | 14.42 | 21.68 | - |
| YUV | 108.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 126 | 0.05 | 0.21 | 0 | 0.51 | 286.67 | 0.12 | 0.44 |
| Hex | 78 | 63 | 7E | 5 | 15 | 0 | 33 | 11F | C | 2C |
| Octal | 170 | 143 | 176 | 5 | 25 | 0 | 63 | 437 | 14 | 54 |
| Binary | 1111000 | 1100011 | 1111110 | 101 | 10101 | 0 | 110011 | 100011111 | 1100 | 101100 |
Color Harmonies of #78637E
Complementary color
Monochromatic Colors of #78637E
Black with #78637E
Text Example
Text Example
White with #78637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78637E; }
p { color: rgb(120,99,126); }
H1.HeaderClassName
{
color: #78637E;
}
.AnyTagClassName
{
color: #78637E;
}
</style>
background-color css
<style>
a { background-color: #78637E; }
a { background-color: rgb(120,99,126); }
div.DivClassName
{
background-color: #78637E;
}
.BgClassName
{
background-color: #78637E;
}
</style>
border-color css
<style>
span { border-color: #78637E; }
span { border-color: rgb(120,99,126); }
td.TdClassName
{
border-color: #78637E;
}
.TagClassName
{
border-color: #78637E;
}
</style>