Shades of Rum #7A677E
Tints of Rum #7A677E
RGB
CMYK
RGB Variations
Color information
#7A677E (or 0x7A677E) is known color: Rum. HEX triplet: 7A, 67 and 7E. RGB value is (122,103,126). Sum of RGB (Red+Green+Blue) = 122+103+126=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 126 - color contains mainly: blue. Hex color #7A677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A677E is #859881. Grayscale: #6F6F6F. Windows color (decimal): -8755330 or 8284026. OLE color: 8284026.
HSL color Cylindrical-coordinate representation of color #7A677E: hue angle of 289.57º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7A677E is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 103 | 126 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.51 |
| HSL | 289.57º | 0.1% | 0.45% | - |
| HSV(B) | 289.57º | 0.18% | 0.49% | - |
| XYZ | 16.64 | 15.34 | 21.82 | - |
| YUV | 111.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 126 | 0.03 | 0.18 | 0 | 0.51 | 289.57 | 0.1 | 0.45 |
| Hex | 7A | 67 | 7E | 3 | 12 | 0 | 33 | 122 | A | 2D |
| Octal | 172 | 147 | 176 | 3 | 22 | 0 | 63 | 442 | 12 | 55 |
| Binary | 1111010 | 1100111 | 1111110 | 11 | 10010 | 0 | 110011 | 100100010 | 1010 | 101101 |
Color Harmonies of #7A677E
Complementary color
Monochromatic Colors of #7A677E
Black with #7A677E
Text Example
Text Example
White with #7A677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A677E; }
p { color: rgb(122,103,126); }
H1.HeaderClassName
{
color: #7A677E;
}
.AnyTagClassName
{
color: #7A677E;
}
</style>
background-color css
<style>
a { background-color: #7A677E; }
a { background-color: rgb(122,103,126); }
div.DivClassName
{
background-color: #7A677E;
}
.BgClassName
{
background-color: #7A677E;
}
</style>
border-color css
<style>
span { border-color: #7A677E; }
span { border-color: rgb(122,103,126); }
td.TdClassName
{
border-color: #7A677E;
}
.TagClassName
{
border-color: #7A677E;
}
</style>