Shades of Camelot #794551
Tints of Camelot #794551
RGB
CMYK
RGB Variations
Color information
#794551 (or 0x794551) is known color: Camelot. HEX triplet: 79, 45 and 51. RGB value is (121,69,81). Sum of RGB (Red+Green+Blue) = 121+69+81=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #794551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794551 is #86BAAE. Grayscale: #555555. Windows color (decimal): -8829615 or 5326201. OLE color: 5326201.
HSL color Cylindrical-coordinate representation of color #794551: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #794551 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 69 | 81 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.53 |
| HSL | 346.15º | 0.27% | 0.37% | - |
| HSV(B) | 346.15º | 0.43% | 0.47% | - |
| XYZ | 11.5 | 8.92 | 8.9 | - |
| YUV | 85.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 69 | 81 | 0 | 0.43 | 0.33 | 0.53 | 346.15 | 0.27 | 0.37 |
| Hex | 79 | 45 | 51 | 0 | 2B | 21 | 35 | 15A | 1B | 25 |
| Octal | 171 | 105 | 121 | 0 | 53 | 41 | 65 | 532 | 33 | 45 |
| Binary | 1111001 | 1000101 | 1010001 | 0 | 101011 | 100001 | 110101 | 101011010 | 11011 | 100101 |
Color Harmonies of #794551
Complementary color
Monochromatic Colors of #794551
Black with #794551
Text Example
Text Example
White with #794551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794551; }
p { color: rgb(121,69,81); }
H1.HeaderClassName
{
color: #794551;
}
.AnyTagClassName
{
color: #794551;
}
</style>
background-color css
<style>
a { background-color: #794551; }
a { background-color: rgb(121,69,81); }
div.DivClassName
{
background-color: #794551;
}
.BgClassName
{
background-color: #794551;
}
</style>
border-color css
<style>
span { border-color: #794551; }
span { border-color: rgb(121,69,81); }
td.TdClassName
{
border-color: #794551;
}
.TagClassName
{
border-color: #794551;
}
</style>