Shades of Camelot #7B4755
Tints of Camelot #7B4755
RGB
CMYK
RGB Variations
Color information
#7B4755 (or 0x7B4755) is known color: Camelot. HEX triplet: 7B, 47 and 55. RGB value is (123,71,85). Sum of RGB (Red+Green+Blue) = 123+71+85=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4755 is #84B8AA. Grayscale: #585858. Windows color (decimal): -8698027 or 5588859. OLE color: 5588859.
HSL color Cylindrical-coordinate representation of color #7B4755: hue angle of 343.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B4755 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 71 | 85 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.52 |
| HSL | 343.85º | 0.27% | 0.38% | - |
| HSV(B) | 343.85º | 0.42% | 0.48% | - |
| XYZ | 12.06 | 9.37 | 9.77 | - |
| YUV | 88.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 85 | 0 | 0.42 | 0.31 | 0.52 | 343.85 | 0.27 | 0.38 |
| Hex | 7B | 47 | 55 | 0 | 2A | 1F | 34 | 158 | 1B | 26 |
| Octal | 173 | 107 | 125 | 0 | 52 | 37 | 64 | 530 | 33 | 46 |
| Binary | 1111011 | 1000111 | 1010101 | 0 | 101010 | 11111 | 110100 | 101011000 | 11011 | 100110 |
Color Harmonies of #7B4755
Complementary color
Monochromatic Colors of #7B4755
Black with #7B4755
Text Example
Text Example
White with #7B4755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4755; }
p { color: rgb(123,71,85); }
H1.HeaderClassName
{
color: #7B4755;
}
.AnyTagClassName
{
color: #7B4755;
}
</style>
background-color css
<style>
a { background-color: #7B4755; }
a { background-color: rgb(123,71,85); }
div.DivClassName
{
background-color: #7B4755;
}
.BgClassName
{
background-color: #7B4755;
}
</style>
border-color css
<style>
span { border-color: #7B4755; }
span { border-color: rgb(123,71,85); }
td.TdClassName
{
border-color: #7B4755;
}
.TagClassName
{
border-color: #7B4755;
}
</style>