Shades of Camelot #7B4450
Tints of Camelot #7B4450
RGB
CMYK
RGB Variations
Color information
#7B4450 (or 0x7B4450) is known color: Camelot. HEX triplet: 7B, 44 and 50. RGB value is (123,68,80). Sum of RGB (Red+Green+Blue) = 123+68+80=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4450 is #84BBAF. Grayscale: #555555. Windows color (decimal): -8698800 or 5260411. OLE color: 5260411.
HSL color Cylindrical-coordinate representation of color #7B4450: hue angle of 346.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B4450 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 68 | 80 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.52 |
| HSL | 346.91º | 0.29% | 0.37% | - |
| HSV(B) | 346.91º | 0.45% | 0.48% | - |
| XYZ | 11.68 | 8.92 | 8.7 | - |
| YUV | 85.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 68 | 80 | 0 | 0.45 | 0.35 | 0.52 | 346.91 | 0.29 | 0.37 |
| Hex | 7B | 44 | 50 | 0 | 2D | 23 | 34 | 15B | 1D | 25 |
| Octal | 173 | 104 | 120 | 0 | 55 | 43 | 64 | 533 | 35 | 45 |
| Binary | 1111011 | 1000100 | 1010000 | 0 | 101101 | 100011 | 110100 | 101011011 | 11101 | 100101 |
Color Harmonies of #7B4450
Complementary color
Monochromatic Colors of #7B4450
Black with #7B4450
Text Example
Text Example
White with #7B4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4450; }
p { color: rgb(123,68,80); }
H1.HeaderClassName
{
color: #7B4450;
}
.AnyTagClassName
{
color: #7B4450;
}
</style>
background-color css
<style>
a { background-color: #7B4450; }
a { background-color: rgb(123,68,80); }
div.DivClassName
{
background-color: #7B4450;
}
.BgClassName
{
background-color: #7B4450;
}
</style>
border-color css
<style>
span { border-color: #7B4450; }
span { border-color: rgb(123,68,80); }
td.TdClassName
{
border-color: #7B4450;
}
.TagClassName
{
border-color: #7B4450;
}
</style>