Shades of Camelot #7B3B50
Tints of Camelot #7B3B50
RGB
CMYK
RGB Variations
Color information
#7B3B50 (or 0x7B3B50) is known color: Camelot. HEX triplet: 7B, 3B and 50. RGB value is (123,59,80). Sum of RGB (Red+Green+Blue) = 123+59+80=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3B50 is #84C4AF. Grayscale: #505050. Windows color (decimal): -8701104 or 5258107. OLE color: 5258107.
HSL color Cylindrical-coordinate representation of color #7B3B50: hue angle of 340.31º 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 #7B3B50 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 59 | 80 | - |
| CMYK | 0 | 0.52 | 0.35 | 0.52 |
| HSL | 340.31º | 0.35% | 0.36% | - |
| HSV(B) | 340.31º | 0.52% | 0.48% | - |
| XYZ | 11.18 | 7.92 | 8.53 | - |
| YUV | 80.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 59 | 80 | 0 | 0.52 | 0.35 | 0.52 | 340.31 | 0.35 | 0.36 |
| Hex | 7B | 3B | 50 | 0 | 34 | 23 | 34 | 154 | 23 | 24 |
| Octal | 173 | 73 | 120 | 0 | 64 | 43 | 64 | 524 | 43 | 44 |
| Binary | 1111011 | 111011 | 1010000 | 0 | 110100 | 100011 | 110100 | 101010100 | 100011 | 100100 |
Color Harmonies of #7B3B50
Complementary color
Monochromatic Colors of #7B3B50
Black with #7B3B50
Text Example
Text Example
White with #7B3B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3B50; }
p { color: rgb(123,59,80); }
H1.HeaderClassName
{
color: #7B3B50;
}
.AnyTagClassName
{
color: #7B3B50;
}
</style>
background-color css
<style>
a { background-color: #7B3B50; }
a { background-color: rgb(123,59,80); }
div.DivClassName
{
background-color: #7B3B50;
}
.BgClassName
{
background-color: #7B3B50;
}
</style>
border-color css
<style>
span { border-color: #7B3B50; }
span { border-color: rgb(123,59,80); }
td.TdClassName
{
border-color: #7B3B50;
}
.TagClassName
{
border-color: #7B3B50;
}
</style>