Shades of Camelot #774851
Tints of Camelot #774851
RGB
CMYK
RGB Variations
Color information
#774851 (or 0x774851) is known color: Camelot. HEX triplet: 77, 48 and 51. RGB value is (119,72,81). Sum of RGB (Red+Green+Blue) = 119+72+81=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774851 is #88B7AE. Grayscale: #575757. Windows color (decimal): -8959919 or 5326967. OLE color: 5326967.
HSL color Cylindrical-coordinate representation of color #774851: hue angle of 348.51º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774851 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 81 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.53 |
| HSL | 348.51º | 0.25% | 0.37% | - |
| HSV(B) | 348.51º | 0.39% | 0.47% | - |
| XYZ | 11.41 | 9.15 | 8.95 | - |
| YUV | 87.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 81 | 0 | 0.39 | 0.32 | 0.53 | 348.51 | 0.25 | 0.37 |
| Hex | 77 | 48 | 51 | 0 | 27 | 20 | 35 | 15D | 19 | 25 |
| Octal | 167 | 110 | 121 | 0 | 47 | 40 | 65 | 535 | 31 | 45 |
| Binary | 1110111 | 1001000 | 1010001 | 0 | 100111 | 100000 | 110101 | 101011101 | 11001 | 100101 |
Color Harmonies of #774851
Complementary color
Monochromatic Colors of #774851
Black with #774851
Text Example
Text Example
White with #774851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774851; }
p { color: rgb(119,72,81); }
H1.HeaderClassName
{
color: #774851;
}
.AnyTagClassName
{
color: #774851;
}
</style>
background-color css
<style>
a { background-color: #774851; }
a { background-color: rgb(119,72,81); }
div.DivClassName
{
background-color: #774851;
}
.BgClassName
{
background-color: #774851;
}
</style>
border-color css
<style>
span { border-color: #774851; }
span { border-color: rgb(119,72,81); }
td.TdClassName
{
border-color: #774851;
}
.TagClassName
{
border-color: #774851;
}
</style>