Shades of Camelot #7B3B47
Tints of Camelot #7B3B47
RGB
CMYK
RGB Variations
Color information
#7B3B47 (or 0x7B3B47) is known color: Camelot. HEX triplet: 7B, 3B and 47. RGB value is (123,59,71). Sum of RGB (Red+Green+Blue) = 123+59+71=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3B47 is #84C4B8. Grayscale: #4F4F4F. Windows color (decimal): -8701113 or 4668283. OLE color: 4668283.
HSL color Cylindrical-coordinate representation of color #7B3B47: hue angle of 348.75º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B3B47 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 59 | 71 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.52 |
| HSL | 348.75º | 0.35% | 0.36% | - |
| HSV(B) | 348.75º | 0.52% | 0.48% | - |
| XYZ | 10.87 | 7.79 | 6.89 | - |
| YUV | 79.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 71 | 0 | 0.52 | 0.42 | 0.52 | 348.75 | 0.35 | 0.36 |
| Hex | 7B | 3B | 47 | 0 | 34 | 2A | 34 | 15D | 23 | 24 |
| Octal | 173 | 73 | 107 | 0 | 64 | 52 | 64 | 535 | 43 | 44 |
| Binary | 1111011 | 111011 | 1000111 | 0 | 110100 | 101010 | 110100 | 101011101 | 100011 | 100100 |
Color Harmonies of #7B3B47
Complementary color
Monochromatic Colors of #7B3B47
Black with #7B3B47
Text Example
Text Example
White with #7B3B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3B47; }
p { color: rgb(123,59,71); }
H1.HeaderClassName
{
color: #7B3B47;
}
.AnyTagClassName
{
color: #7B3B47;
}
</style>
background-color css
<style>
a { background-color: #7B3B47; }
a { background-color: rgb(123,59,71); }
div.DivClassName
{
background-color: #7B3B47;
}
.BgClassName
{
background-color: #7B3B47;
}
</style>
border-color css
<style>
span { border-color: #7B3B47; }
span { border-color: rgb(123,59,71); }
td.TdClassName
{
border-color: #7B3B47;
}
.TagClassName
{
border-color: #7B3B47;
}
</style>