Shades of Camelot #784154
Tints of Camelot #784154
RGB
CMYK
RGB Variations
Color information
#784154 (or 0x784154) is known color: Camelot. HEX triplet: 78, 41 and 54. RGB value is (120,65,84). Sum of RGB (Red+Green+Blue) = 120+65+84=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #784154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784154 is #87BEAB. Grayscale: #535353. Windows color (decimal): -8896172 or 5521784. OLE color: 5521784.
HSL color Cylindrical-coordinate representation of color #784154: hue angle of 339.27º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #784154 is Cyan = 0, Magento = 0.46, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 84 | - |
| CMYK | 0 | 0.46 | 0.3 | 0.53 |
| HSL | 339.27º | 0.3% | 0.36% | - |
| HSV(B) | 339.27º | 0.46% | 0.47% | - |
| XYZ | 11.24 | 8.41 | 9.42 | - |
| YUV | 83.61 | 128.22 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 84 | 0 | 0.46 | 0.3 | 0.53 | 339.27 | 0.3 | 0.36 |
| Hex | 78 | 41 | 54 | 0 | 2E | 1E | 35 | 153 | 1E | 24 |
| Octal | 170 | 101 | 124 | 0 | 56 | 36 | 65 | 523 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1010100 | 0 | 101110 | 11110 | 110101 | 101010011 | 11110 | 100100 |
Color Harmonies of #784154
Complementary color
Monochromatic Colors of #784154
Black with #784154
Text Example
Text Example
White with #784154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784154; }
p { color: rgb(120,65,84); }
H1.HeaderClassName
{
color: #784154;
}
.AnyTagClassName
{
color: #784154;
}
</style>
background-color css
<style>
a { background-color: #784154; }
a { background-color: rgb(120,65,84); }
div.DivClassName
{
background-color: #784154;
}
.BgClassName
{
background-color: #784154;
}
</style>
border-color css
<style>
span { border-color: #784154; }
span { border-color: rgb(120,65,84); }
td.TdClassName
{
border-color: #784154;
}
.TagClassName
{
border-color: #784154;
}
</style>