Shades of Camelot #7B4855
Tints of Camelot #7B4855
RGB
CMYK
RGB Variations
Color information
#7B4855 (or 0x7B4855) is known color: Camelot. HEX triplet: 7B, 48 and 55. RGB value is (123,72,85). Sum of RGB (Red+Green+Blue) = 123+72+85=280 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.93% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4855 is #84B7AA. Grayscale: #585858. Windows color (decimal): -8697771 or 5589115. OLE color: 5589115.
HSL color Cylindrical-coordinate representation of color #7B4855: hue angle of 344.71º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B4855 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 85 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.52 |
| HSL | 344.71º | 0.26% | 0.38% | - |
| HSV(B) | 344.71º | 0.41% | 0.48% | - |
| XYZ | 12.13 | 9.5 | 9.79 | - |
| YUV | 88.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 85 | 0 | 0.41 | 0.31 | 0.52 | 344.71 | 0.26 | 0.38 |
| Hex | 7B | 48 | 55 | 0 | 29 | 1F | 34 | 159 | 1A | 26 |
| Octal | 173 | 110 | 125 | 0 | 51 | 37 | 64 | 531 | 32 | 46 |
| Binary | 1111011 | 1001000 | 1010101 | 0 | 101001 | 11111 | 110100 | 101011001 | 11010 | 100110 |
Color Harmonies of #7B4855
Complementary color
Monochromatic Colors of #7B4855
Black with #7B4855
Text Example
Text Example
White with #7B4855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4855; }
p { color: rgb(123,72,85); }
H1.HeaderClassName
{
color: #7B4855;
}
.AnyTagClassName
{
color: #7B4855;
}
</style>
background-color css
<style>
a { background-color: #7B4855; }
a { background-color: rgb(123,72,85); }
div.DivClassName
{
background-color: #7B4855;
}
.BgClassName
{
background-color: #7B4855;
}
</style>
border-color css
<style>
span { border-color: #7B4855; }
span { border-color: rgb(123,72,85); }
td.TdClassName
{
border-color: #7B4855;
}
.TagClassName
{
border-color: #7B4855;
}
</style>