Shades of Camelot #7B3242
Tints of Camelot #7B3242
RGB
CMYK
RGB Variations
Color information
#7B3242 (or 0x7B3242) is known color: Camelot. HEX triplet: 7B, 32 and 42. RGB value is (123,50,66). Sum of RGB (Red+Green+Blue) = 123+50+66=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3242 is #84CDBD. Grayscale: #494949. Windows color (decimal): -8703422 or 4338299. OLE color: 4338299.
HSL color Cylindrical-coordinate representation of color #7B3242: hue angle of 346.85º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B3242 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 66 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.52 |
| HSL | 346.85º | 0.42% | 0.34% | - |
| HSV(B) | 346.85º | 0.59% | 0.48% | - |
| XYZ | 10.29 | 6.89 | 5.94 | - |
| YUV | 73.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 66 | 0 | 0.59 | 0.46 | 0.52 | 346.85 | 0.42 | 0.34 |
| Hex | 7B | 32 | 42 | 0 | 3B | 2E | 34 | 15B | 2A | 22 |
| Octal | 173 | 62 | 102 | 0 | 73 | 56 | 64 | 533 | 52 | 42 |
| Binary | 1111011 | 110010 | 1000010 | 0 | 111011 | 101110 | 110100 | 101011011 | 101010 | 100010 |
Color Harmonies of #7B3242
Complementary color
Monochromatic Colors of #7B3242
Black with #7B3242
Text Example
Text Example
White with #7B3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3242; }
p { color: rgb(123,50,66); }
H1.HeaderClassName
{
color: #7B3242;
}
.AnyTagClassName
{
color: #7B3242;
}
</style>
background-color css
<style>
a { background-color: #7B3242; }
a { background-color: rgb(123,50,66); }
div.DivClassName
{
background-color: #7B3242;
}
.BgClassName
{
background-color: #7B3242;
}
</style>
border-color css
<style>
span { border-color: #7B3242; }
span { border-color: rgb(123,50,66); }
td.TdClassName
{
border-color: #7B3242;
}
.TagClassName
{
border-color: #7B3242;
}
</style>