Shades of Camelot #784049
Tints of Camelot #784049
RGB
CMYK
RGB Variations
Color information
#784049 (or 0x784049) is known color: Camelot. HEX triplet: 78, 40 and 49. RGB value is (120,64,73). Sum of RGB (Red+Green+Blue) = 120+64+73=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #784049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784049 is #87BFB6. Grayscale: #515151. Windows color (decimal): -8896439 or 4800632. OLE color: 4800632.
HSL color Cylindrical-coordinate representation of color #784049: hue angle of 350.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #784049 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 64 | 73 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.53 |
| HSL | 350.36º | 0.3% | 0.36% | - |
| HSV(B) | 350.36º | 0.47% | 0.47% | - |
| XYZ | 10.78 | 8.14 | 7.31 | - |
| YUV | 81.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 73 | 0 | 0.47 | 0.39 | 0.53 | 350.36 | 0.3 | 0.36 |
| Hex | 78 | 40 | 49 | 0 | 2F | 27 | 35 | 15E | 1E | 24 |
| Octal | 170 | 100 | 111 | 0 | 57 | 47 | 65 | 536 | 36 | 44 |
| Binary | 1111000 | 1000000 | 1001001 | 0 | 101111 | 100111 | 110101 | 101011110 | 11110 | 100100 |
Color Harmonies of #784049
Complementary color
Monochromatic Colors of #784049
Black with #784049
Text Example
Text Example
White with #784049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784049; }
p { color: rgb(120,64,73); }
H1.HeaderClassName
{
color: #784049;
}
.AnyTagClassName
{
color: #784049;
}
</style>
background-color css
<style>
a { background-color: #784049; }
a { background-color: rgb(120,64,73); }
div.DivClassName
{
background-color: #784049;
}
.BgClassName
{
background-color: #784049;
}
</style>
border-color css
<style>
span { border-color: #784049; }
span { border-color: rgb(120,64,73); }
td.TdClassName
{
border-color: #784049;
}
.TagClassName
{
border-color: #784049;
}
</style>