Shades of Camelot #7A384E
Tints of Camelot #7A384E
RGB
CMYK
RGB Variations
Color information
#7A384E (or 0x7A384E) is known color: Camelot. HEX triplet: 7A, 38 and 4E. RGB value is (122,56,78). Sum of RGB (Red+Green+Blue) = 122+56+78=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A384E is #85C7B1. Grayscale: #4E4E4E. Windows color (decimal): -8767410 or 5126266. OLE color: 5126266.
HSL color Cylindrical-coordinate representation of color #7A384E: hue angle of 340º 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 #7A384E is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 56 | 78 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.52 |
| HSL | 340º | 0.37% | 0.35% | - |
| HSV(B) | 340º | 0.54% | 0.48% | - |
| XYZ | 10.82 | 7.52 | 8.09 | - |
| YUV | 78.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 78 | 0 | 0.54 | 0.36 | 0.52 | 340 | 0.37 | 0.35 |
| Hex | 7A | 38 | 4E | 0 | 36 | 24 | 34 | 154 | 25 | 23 |
| Octal | 172 | 70 | 116 | 0 | 66 | 44 | 64 | 524 | 45 | 43 |
| Binary | 1111010 | 111000 | 1001110 | 0 | 110110 | 100100 | 110100 | 101010100 | 100101 | 100011 |
Color Harmonies of #7A384E
Complementary color
Monochromatic Colors of #7A384E
Black with #7A384E
Text Example
Text Example
White with #7A384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A384E; }
p { color: rgb(122,56,78); }
H1.HeaderClassName
{
color: #7A384E;
}
.AnyTagClassName
{
color: #7A384E;
}
</style>
background-color css
<style>
a { background-color: #7A384E; }
a { background-color: rgb(122,56,78); }
div.DivClassName
{
background-color: #7A384E;
}
.BgClassName
{
background-color: #7A384E;
}
</style>
border-color css
<style>
span { border-color: #7A384E; }
span { border-color: rgb(122,56,78); }
td.TdClassName
{
border-color: #7A384E;
}
.TagClassName
{
border-color: #7A384E;
}
</style>