Shades of Camelot #7B3343
Tints of Camelot #7B3343
RGB
CMYK
RGB Variations
Color information
#7B3343 (or 0x7B3343) is known color: Camelot. HEX triplet: 7B, 33 and 43. RGB value is (123,51,67). Sum of RGB (Red+Green+Blue) = 123+51+67=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3343 is #84CCBC. Grayscale: #4A4A4A. Windows color (decimal): -8703165 or 4404091. OLE color: 4404091.
HSL color Cylindrical-coordinate representation of color #7B3343: hue angle of 346.67º degrees, saturation: 0.41, 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 #7B3343 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 67 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.52 |
| HSL | 346.67º | 0.41% | 0.34% | - |
| HSV(B) | 346.67º | 0.59% | 0.48% | - |
| XYZ | 10.37 | 6.98 | 6.11 | - |
| YUV | 74.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 67 | 0 | 0.59 | 0.46 | 0.52 | 346.67 | 0.41 | 0.34 |
| Hex | 7B | 33 | 43 | 0 | 3B | 2E | 34 | 15B | 29 | 22 |
| Octal | 173 | 63 | 103 | 0 | 73 | 56 | 64 | 533 | 51 | 42 |
| Binary | 1111011 | 110011 | 1000011 | 0 | 111011 | 101110 | 110100 | 101011011 | 101001 | 100010 |
Color Harmonies of #7B3343
Complementary color
Monochromatic Colors of #7B3343
Black with #7B3343
Text Example
Text Example
White with #7B3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3343; }
p { color: rgb(123,51,67); }
H1.HeaderClassName
{
color: #7B3343;
}
.AnyTagClassName
{
color: #7B3343;
}
</style>
background-color css
<style>
a { background-color: #7B3343; }
a { background-color: rgb(123,51,67); }
div.DivClassName
{
background-color: #7B3343;
}
.BgClassName
{
background-color: #7B3343;
}
</style>
border-color css
<style>
span { border-color: #7B3343; }
span { border-color: rgb(123,51,67); }
td.TdClassName
{
border-color: #7B3343;
}
.TagClassName
{
border-color: #7B3343;
}
</style>