Shades of Camelot #7B4253
Tints of Camelot #7B4253
RGB
CMYK
RGB Variations
Color information
#7B4253 (or 0x7B4253) is known color: Camelot. HEX triplet: 7B, 42 and 53. RGB value is (123,66,83). Sum of RGB (Red+Green+Blue) = 123+66+83=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4253 is #84BDAC. Grayscale: #545454. Windows color (decimal): -8699309 or 5456507. OLE color: 5456507.
HSL color Cylindrical-coordinate representation of color #7B4253: hue angle of 342.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B4253 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 83 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.52 |
| HSL | 342.11º | 0.3% | 0.37% | - |
| HSV(B) | 342.11º | 0.46% | 0.48% | - |
| XYZ | 11.68 | 8.73 | 9.25 | - |
| YUV | 84.98 | 126.88 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 83 | 0 | 0.46 | 0.33 | 0.52 | 342.11 | 0.3 | 0.37 |
| Hex | 7B | 42 | 53 | 0 | 2E | 21 | 34 | 156 | 1E | 25 |
| Octal | 173 | 102 | 123 | 0 | 56 | 41 | 64 | 526 | 36 | 45 |
| Binary | 1111011 | 1000010 | 1010011 | 0 | 101110 | 100001 | 110100 | 101010110 | 11110 | 100101 |
Color Harmonies of #7B4253
Complementary color
Monochromatic Colors of #7B4253
Black with #7B4253
Text Example
Text Example
White with #7B4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4253; }
p { color: rgb(123,66,83); }
H1.HeaderClassName
{
color: #7B4253;
}
.AnyTagClassName
{
color: #7B4253;
}
</style>
background-color css
<style>
a { background-color: #7B4253; }
a { background-color: rgb(123,66,83); }
div.DivClassName
{
background-color: #7B4253;
}
.BgClassName
{
background-color: #7B4253;
}
</style>
border-color css
<style>
span { border-color: #7B4253; }
span { border-color: rgb(123,66,83); }
td.TdClassName
{
border-color: #7B4253;
}
.TagClassName
{
border-color: #7B4253;
}
</style>