Shades of Camelot #784151
Tints of Camelot #784151
RGB
CMYK
RGB Variations
Color information
#784151 (or 0x784151) is known color: Camelot. HEX triplet: 78, 41 and 51. RGB value is (120,65,81). Sum of RGB (Red+Green+Blue) = 120+65+81=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 81 (32.03% from 255 or 30.45% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #784151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784151 is #87BEAE. Grayscale: #535353. Windows color (decimal): -8896175 or 5325176. OLE color: 5325176.
HSL color Cylindrical-coordinate representation of color #784151: hue angle of 342.55º 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 #784151 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 81 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.53 |
| HSL | 342.55º | 0.3% | 0.36% | - |
| HSV(B) | 342.55º | 0.46% | 0.47% | - |
| XYZ | 11.12 | 8.37 | 8.81 | - |
| YUV | 83.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 81 | 0 | 0.46 | 0.32 | 0.53 | 342.55 | 0.3 | 0.36 |
| Hex | 78 | 41 | 51 | 0 | 2E | 20 | 35 | 157 | 1E | 24 |
| Octal | 170 | 101 | 121 | 0 | 56 | 40 | 65 | 527 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1010001 | 0 | 101110 | 100000 | 110101 | 101010111 | 11110 | 100100 |
Color Harmonies of #784151
Complementary color
Monochromatic Colors of #784151
Black with #784151
Text Example
Text Example
White with #784151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784151; }
p { color: rgb(120,65,81); }
H1.HeaderClassName
{
color: #784151;
}
.AnyTagClassName
{
color: #784151;
}
</style>
background-color css
<style>
a { background-color: #784151; }
a { background-color: rgb(120,65,81); }
div.DivClassName
{
background-color: #784151;
}
.BgClassName
{
background-color: #784151;
}
</style>
border-color css
<style>
span { border-color: #784151; }
span { border-color: rgb(120,65,81); }
td.TdClassName
{
border-color: #784151;
}
.TagClassName
{
border-color: #784151;
}
</style>