Shades of Camelot #7B3C4B
Tints of Camelot #7B3C4B
RGB
CMYK
RGB Variations
Color information
#7B3C4B (or 0x7B3C4B) is known color: Camelot. HEX triplet: 7B, 3C and 4B. RGB value is (123,60,75). Sum of RGB (Red+Green+Blue) = 123+60+75=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3C4B is #84C3B4. Grayscale: #505050. Windows color (decimal): -8700853 or 4930683. OLE color: 4930683.
HSL color Cylindrical-coordinate representation of color #7B3C4B: hue angle of 345.71º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B3C4B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 60 | 75 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.52 |
| HSL | 345.71º | 0.34% | 0.36% | - |
| HSV(B) | 345.71º | 0.51% | 0.48% | - |
| XYZ | 11.05 | 7.95 | 7.61 | - |
| YUV | 80.55 | 124.87 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 60 | 75 | 0 | 0.51 | 0.39 | 0.52 | 345.71 | 0.34 | 0.36 |
| Hex | 7B | 3C | 4B | 0 | 33 | 27 | 34 | 15A | 22 | 24 |
| Octal | 173 | 74 | 113 | 0 | 63 | 47 | 64 | 532 | 42 | 44 |
| Binary | 1111011 | 111100 | 1001011 | 0 | 110011 | 100111 | 110100 | 101011010 | 100010 | 100100 |
Color Harmonies of #7B3C4B
Complementary color
Monochromatic Colors of #7B3C4B
Black with #7B3C4B
Text Example
Text Example
White with #7B3C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3C4B; }
p { color: rgb(123,60,75); }
H1.HeaderClassName
{
color: #7B3C4B;
}
.AnyTagClassName
{
color: #7B3C4B;
}
</style>
background-color css
<style>
a { background-color: #7B3C4B; }
a { background-color: rgb(123,60,75); }
div.DivClassName
{
background-color: #7B3C4B;
}
.BgClassName
{
background-color: #7B3C4B;
}
</style>
border-color css
<style>
span { border-color: #7B3C4B; }
span { border-color: rgb(123,60,75); }
td.TdClassName
{
border-color: #7B3C4B;
}
.TagClassName
{
border-color: #7B3C4B;
}
</style>