Shades of Camelot #7B3950
Tints of Camelot #7B3950
RGB
CMYK
RGB Variations
Color information
#7B3950 (or 0x7B3950) is known color: Camelot. HEX triplet: 7B, 39 and 50. RGB value is (123,57,80). Sum of RGB (Red+Green+Blue) = 123+57+80=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3950 is #84C6AF. Grayscale: #4F4F4F. Windows color (decimal): -8701616 or 5257595. OLE color: 5257595.
HSL color Cylindrical-coordinate representation of color #7B3950: hue angle of 339.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B3950 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 57 | 80 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.52 |
| HSL | 339.09º | 0.37% | 0.35% | - |
| HSV(B) | 339.09º | 0.54% | 0.48% | - |
| XYZ | 11.08 | 7.72 | 8.49 | - |
| YUV | 79.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 80 | 0 | 0.54 | 0.35 | 0.52 | 339.09 | 0.37 | 0.35 |
| Hex | 7B | 39 | 50 | 0 | 36 | 23 | 34 | 153 | 25 | 23 |
| Octal | 173 | 71 | 120 | 0 | 66 | 43 | 64 | 523 | 45 | 43 |
| Binary | 1111011 | 111001 | 1010000 | 0 | 110110 | 100011 | 110100 | 101010011 | 100101 | 100011 |
Color Harmonies of #7B3950
Complementary color
Monochromatic Colors of #7B3950
Black with #7B3950
Text Example
Text Example
White with #7B3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3950; }
p { color: rgb(123,57,80); }
H1.HeaderClassName
{
color: #7B3950;
}
.AnyTagClassName
{
color: #7B3950;
}
</style>
background-color css
<style>
a { background-color: #7B3950; }
a { background-color: rgb(123,57,80); }
div.DivClassName
{
background-color: #7B3950;
}
.BgClassName
{
background-color: #7B3950;
}
</style>
border-color css
<style>
span { border-color: #7B3950; }
span { border-color: rgb(123,57,80); }
td.TdClassName
{
border-color: #7B3950;
}
.TagClassName
{
border-color: #7B3950;
}
</style>