Shades of Rum #7D727F
Tints of Rum #7D727F
RGB
CMYK
RGB Variations
Color information
#7D727F (or 0x7D727F) is known color: Rum. HEX triplet: 7D, 72 and 7F. RGB value is (125,114,127). Sum of RGB (Red+Green+Blue) = 125+114+127=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D727F is #828D80. Grayscale: #767676. Windows color (decimal): -8555905 or 8352381. OLE color: 8352381.
HSL color Cylindrical-coordinate representation of color #7D727F: hue angle of 290.77º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D727F is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 114 | 127 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.50 |
| HSL | 290.77º | 0.05% | 0.47% | - |
| HSV(B) | 290.77º | 0.1% | 0.5% | - |
| XYZ | 18.31 | 17.93 | 22.57 | - |
| YUV | 118.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 127 | 0.02 | 0.10 | 0 | 0.50 | 290.77 | 0.05 | 0.47 |
| Hex | 7D | 72 | 7F | 2 | A | 0 | 32 | 123 | 5 | 2F |
| Octal | 175 | 162 | 177 | 2 | 12 | 0 | 62 | 443 | 5 | 57 |
| Binary | 1111101 | 1110010 | 1111111 | 10 | 1010 | 0 | 110010 | 100100011 | 101 | 101111 |
Color Harmonies of #7D727F
Complementary color
Monochromatic Colors of #7D727F
Black with #7D727F
Text Example
Text Example
White with #7D727F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D727F; }
p { color: rgb(125,114,127); }
H1.HeaderClassName
{
color: #7D727F;
}
.AnyTagClassName
{
color: #7D727F;
}
</style>
background-color css
<style>
a { background-color: #7D727F; }
a { background-color: rgb(125,114,127); }
div.DivClassName
{
background-color: #7D727F;
}
.BgClassName
{
background-color: #7D727F;
}
</style>
border-color css
<style>
span { border-color: #7D727F; }
span { border-color: rgb(125,114,127); }
td.TdClassName
{
border-color: #7D727F;
}
.TagClassName
{
border-color: #7D727F;
}
</style>