Shades of Camelot #7B3449
Tints of Camelot #7B3449
RGB
CMYK
RGB Variations
Color information
#7B3449 (or 0x7B3449) is known color: Camelot. HEX triplet: 7B, 34 and 49. RGB value is (123,52,73). Sum of RGB (Red+Green+Blue) = 123+52+73=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3449 is #84CBB6. Grayscale: #4B4B4B. Windows color (decimal): -8702903 or 4797563. OLE color: 4797563.
HSL color Cylindrical-coordinate representation of color #7B3449: hue angle of 342.25º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B3449 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 52 | 73 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.52 |
| HSL | 342.25º | 0.41% | 0.34% | - |
| HSV(B) | 342.25º | 0.58% | 0.48% | - |
| XYZ | 10.6 | 7.15 | 7.12 | - |
| YUV | 75.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 52 | 73 | 0 | 0.58 | 0.41 | 0.52 | 342.25 | 0.41 | 0.34 |
| Hex | 7B | 34 | 49 | 0 | 3A | 29 | 34 | 156 | 29 | 22 |
| Octal | 173 | 64 | 111 | 0 | 72 | 51 | 64 | 526 | 51 | 42 |
| Binary | 1111011 | 110100 | 1001001 | 0 | 111010 | 101001 | 110100 | 101010110 | 101001 | 100010 |
Color Harmonies of #7B3449
Complementary color
Monochromatic Colors of #7B3449
Black with #7B3449
Text Example
Text Example
White with #7B3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3449; }
p { color: rgb(123,52,73); }
H1.HeaderClassName
{
color: #7B3449;
}
.AnyTagClassName
{
color: #7B3449;
}
</style>
background-color css
<style>
a { background-color: #7B3449; }
a { background-color: rgb(123,52,73); }
div.DivClassName
{
background-color: #7B3449;
}
.BgClassName
{
background-color: #7B3449;
}
</style>
border-color css
<style>
span { border-color: #7B3449; }
span { border-color: rgb(123,52,73); }
td.TdClassName
{
border-color: #7B3449;
}
.TagClassName
{
border-color: #7B3449;
}
</style>