Shades of Rum #7A757B
Tints of Rum #7A757B
RGB
CMYK
RGB Variations
Color information
#7A757B (or 0x7A757B) is known color: Rum. HEX triplet: 7A, 75 and 7B. RGB value is (122,117,123). Sum of RGB (Red+Green+Blue) = 122+117+123=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 123 - color contains mainly: blue. Hex color #7A757B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A757B is #858A84. Grayscale: #777777. Windows color (decimal): -8751749 or 8091002. OLE color: 8091002.
HSL color Cylindrical-coordinate representation of color #7A757B: hue angle of 290º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #7A757B is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 123 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.52 |
| HSL | 290º | 0.03% | 0.47% | - |
| HSV(B) | 290º | 0.05% | 0.48% | - |
| XYZ | 17.96 | 18.29 | 21.32 | - |
| YUV | 119.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 123 | 0.01 | 0.05 | 0 | 0.52 | 290 | 0.03 | 0.47 |
| Hex | 7A | 75 | 7B | 1 | 5 | 0 | 34 | 122 | 2 | 2F |
| Octal | 172 | 165 | 173 | 1 | 5 | 0 | 64 | 442 | 2 | 57 |
| Binary | 1111010 | 1110101 | 1111011 | 1 | 101 | 0 | 110100 | 100100010 | 10 | 101111 |
Color Harmonies of #7A757B
Complementary color
Monochromatic Colors of #7A757B
Black with #7A757B
Text Example
Text Example
White with #7A757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A757B; }
p { color: rgb(122,117,123); }
H1.HeaderClassName
{
color: #7A757B;
}
.AnyTagClassName
{
color: #7A757B;
}
</style>
background-color css
<style>
a { background-color: #7A757B; }
a { background-color: rgb(122,117,123); }
div.DivClassName
{
background-color: #7A757B;
}
.BgClassName
{
background-color: #7A757B;
}
</style>
border-color css
<style>
span { border-color: #7A757B; }
span { border-color: rgb(122,117,123); }
td.TdClassName
{
border-color: #7A757B;
}
.TagClassName
{
border-color: #7A757B;
}
</style>