Shades of Camelot #794A55
Tints of Camelot #794A55
RGB
CMYK
RGB Variations
Color information
#794A55 (or 0x794A55) is known color: Camelot. HEX triplet: 79, 4A and 55. RGB value is (121,74,85). Sum of RGB (Red+Green+Blue) = 121+74+85=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #794A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #794A55 is #86B5AA. Grayscale: #595959. Windows color (decimal): -8828331 or 5589625. OLE color: 5589625.
HSL color Cylindrical-coordinate representation of color #794A55: hue angle of 345.96º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #794A55 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 74 | 85 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.53 |
| HSL | 345.96º | 0.24% | 0.38% | - |
| HSV(B) | 345.96º | 0.39% | 0.47% | - |
| XYZ | 11.97 | 9.62 | 9.82 | - |
| YUV | 89.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 85 | 0 | 0.39 | 0.30 | 0.53 | 345.96 | 0.24 | 0.38 |
| Hex | 79 | 4A | 55 | 0 | 27 | 1E | 35 | 15A | 18 | 26 |
| Octal | 171 | 112 | 125 | 0 | 47 | 36 | 65 | 532 | 30 | 46 |
| Binary | 1111001 | 1001010 | 1010101 | 0 | 100111 | 11110 | 110101 | 101011010 | 11000 | 100110 |
Color Harmonies of #794A55
Complementary color
Monochromatic Colors of #794A55
Black with #794A55
Text Example
Text Example
White with #794A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794A55; }
p { color: rgb(121,74,85); }
H1.HeaderClassName
{
color: #794A55;
}
.AnyTagClassName
{
color: #794A55;
}
</style>
background-color css
<style>
a { background-color: #794A55; }
a { background-color: rgb(121,74,85); }
div.DivClassName
{
background-color: #794A55;
}
.BgClassName
{
background-color: #794A55;
}
</style>
border-color css
<style>
span { border-color: #794A55; }
span { border-color: rgb(121,74,85); }
td.TdClassName
{
border-color: #794A55;
}
.TagClassName
{
border-color: #794A55;
}
</style>