Shades of Rum #7D6F80
Tints of Rum #7D6F80
RGB
CMYK
RGB Variations
Color information
#7D6F80 (or 0x7D6F80) is known color: Rum. HEX triplet: 7D, 6F and 80. RGB value is (125,111,128). Sum of RGB (Red+Green+Blue) = 125+111+128=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 128 - color contains mainly: blue. Hex color #7D6F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6F80 is #82907F. Grayscale: #757575. Windows color (decimal): -8556672 or 8417149. OLE color: 8417149.
HSL color Cylindrical-coordinate representation of color #7D6F80: hue angle of 289.41º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7D6F80 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 111 | 128 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.50 |
| HSL | 289.41º | 0.07% | 0.47% | - |
| HSV(B) | 289.41º | 0.13% | 0.5% | - |
| XYZ | 18.04 | 17.29 | 22.81 | - |
| YUV | 117.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 128 | 0.02 | 0.13 | 0 | 0.50 | 289.41 | 0.07 | 0.47 |
| Hex | 7D | 6F | 80 | 2 | D | 0 | 32 | 121 | 7 | 2F |
| Octal | 175 | 157 | 200 | 2 | 15 | 0 | 62 | 441 | 7 | 57 |
| Binary | 1111101 | 1101111 | 10000000 | 10 | 1101 | 0 | 110010 | 100100001 | 111 | 101111 |
Color Harmonies of #7D6F80
Complementary color
Monochromatic Colors of #7D6F80
Black with #7D6F80
Text Example
Text Example
White with #7D6F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F80; }
p { color: rgb(125,111,128); }
H1.HeaderClassName
{
color: #7D6F80;
}
.AnyTagClassName
{
color: #7D6F80;
}
</style>
background-color css
<style>
a { background-color: #7D6F80; }
a { background-color: rgb(125,111,128); }
div.DivClassName
{
background-color: #7D6F80;
}
.BgClassName
{
background-color: #7D6F80;
}
</style>
border-color css
<style>
span { border-color: #7D6F80; }
span { border-color: rgb(125,111,128); }
td.TdClassName
{
border-color: #7D6F80;
}
.TagClassName
{
border-color: #7D6F80;
}
</style>