Shades of Camelot #7B3748
Tints of Camelot #7B3748
RGB
CMYK
RGB Variations
Color information
#7B3748 (or 0x7B3748) is known color: Camelot. HEX triplet: 7B, 37 and 48. RGB value is (123,55,72). Sum of RGB (Red+Green+Blue) = 123+55+72=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 72 (28.52% from 255 or 28.8% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3748 is #84C8B7. Grayscale: #4D4D4D. Windows color (decimal): -8702136 or 4732795. OLE color: 4732795.
HSL color Cylindrical-coordinate representation of color #7B3748: hue angle of 345º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B3748 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 55 | 72 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.52 |
| HSL | 345º | 0.38% | 0.35% | - |
| HSV(B) | 345º | 0.55% | 0.48% | - |
| XYZ | 10.7 | 7.41 | 7 | - |
| YUV | 77.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 55 | 72 | 0 | 0.55 | 0.41 | 0.52 | 345 | 0.38 | 0.35 |
| Hex | 7B | 37 | 48 | 0 | 37 | 29 | 34 | 159 | 26 | 23 |
| Octal | 173 | 67 | 110 | 0 | 67 | 51 | 64 | 531 | 46 | 43 |
| Binary | 1111011 | 110111 | 1001000 | 0 | 110111 | 101001 | 110100 | 101011001 | 100110 | 100011 |
Color Harmonies of #7B3748
Complementary color
Monochromatic Colors of #7B3748
Black with #7B3748
Text Example
Text Example
White with #7B3748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3748; }
p { color: rgb(123,55,72); }
H1.HeaderClassName
{
color: #7B3748;
}
.AnyTagClassName
{
color: #7B3748;
}
</style>
background-color css
<style>
a { background-color: #7B3748; }
a { background-color: rgb(123,55,72); }
div.DivClassName
{
background-color: #7B3748;
}
.BgClassName
{
background-color: #7B3748;
}
</style>
border-color css
<style>
span { border-color: #7B3748; }
span { border-color: rgb(123,55,72); }
td.TdClassName
{
border-color: #7B3748;
}
.TagClassName
{
border-color: #7B3748;
}
</style>