Shades of Camelot #7B4054
Tints of Camelot #7B4054
RGB
CMYK
RGB Variations
Color information
#7B4054 (or 0x7B4054) is known color: Camelot. HEX triplet: 7B, 40 and 54. RGB value is (123,64,84). Sum of RGB (Red+Green+Blue) = 123+64+84=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4054 is #84BFAB. Grayscale: #535353. Windows color (decimal): -8699820 or 5521531. OLE color: 5521531.
HSL color Cylindrical-coordinate representation of color #7B4054: hue angle of 339.66º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B4054 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 84 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.52 |
| HSL | 339.66º | 0.32% | 0.37% | - |
| HSV(B) | 339.66º | 0.48% | 0.48% | - |
| XYZ | 11.6 | 8.52 | 9.42 | - |
| YUV | 83.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 84 | 0 | 0.48 | 0.32 | 0.52 | 339.66 | 0.32 | 0.37 |
| Hex | 7B | 40 | 54 | 0 | 30 | 20 | 34 | 154 | 20 | 25 |
| Octal | 173 | 100 | 124 | 0 | 60 | 40 | 64 | 524 | 40 | 45 |
| Binary | 1111011 | 1000000 | 1010100 | 0 | 110000 | 100000 | 110100 | 101010100 | 100000 | 100101 |
Color Harmonies of #7B4054
Complementary color
Monochromatic Colors of #7B4054
Black with #7B4054
Text Example
Text Example
White with #7B4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4054; }
p { color: rgb(123,64,84); }
H1.HeaderClassName
{
color: #7B4054;
}
.AnyTagClassName
{
color: #7B4054;
}
</style>
background-color css
<style>
a { background-color: #7B4054; }
a { background-color: rgb(123,64,84); }
div.DivClassName
{
background-color: #7B4054;
}
.BgClassName
{
background-color: #7B4054;
}
</style>
border-color css
<style>
span { border-color: #7B4054; }
span { border-color: rgb(123,64,84); }
td.TdClassName
{
border-color: #7B4054;
}
.TagClassName
{
border-color: #7B4054;
}
</style>