Shades of Camelot #7A384D
Tints of Camelot #7A384D
RGB
CMYK
RGB Variations
Color information
#7A384D (or 0x7A384D) is known color: Camelot. HEX triplet: 7A, 38 and 4D. RGB value is (122,56,77). Sum of RGB (Red+Green+Blue) = 122+56+77=255 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.84% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 122 - color contains mainly: red. Hex color #7A384D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A384D is #85C7B2. Grayscale: #4E4E4E. Windows color (decimal): -8767411 or 5060730. OLE color: 5060730.
HSL color Cylindrical-coordinate representation of color #7A384D: hue angle of 340.91º 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 #7A384D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 77 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.52 |
| HSL | 340.91º | 0.37% | 0.35% | - |
| HSV(B) | 340.91º | 0.54% | 0.48% | - |
| XYZ | 10.78 | 7.5 | 7.9 | - |
| YUV | 78.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 77 | 0 | 0.54 | 0.37 | 0.52 | 340.91 | 0.37 | 0.35 |
| Hex | 7A | 38 | 4D | 0 | 36 | 25 | 34 | 155 | 25 | 23 |
| Octal | 172 | 70 | 115 | 0 | 66 | 45 | 64 | 525 | 45 | 43 |
| Binary | 1111010 | 111000 | 1001101 | 0 | 110110 | 100101 | 110100 | 101010101 | 100101 | 100011 |
Color Harmonies of #7A384D
Complementary color
Monochromatic Colors of #7A384D
Black with #7A384D
Text Example
Text Example
White with #7A384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A384D; }
p { color: rgb(122,56,77); }
H1.HeaderClassName
{
color: #7A384D;
}
.AnyTagClassName
{
color: #7A384D;
}
</style>
background-color css
<style>
a { background-color: #7A384D; }
a { background-color: rgb(122,56,77); }
div.DivClassName
{
background-color: #7A384D;
}
.BgClassName
{
background-color: #7A384D;
}
</style>
border-color css
<style>
span { border-color: #7A384D; }
span { border-color: rgb(122,56,77); }
td.TdClassName
{
border-color: #7A384D;
}
.TagClassName
{
border-color: #7A384D;
}
</style>