Shades of Camelot #784353
Tints of Camelot #784353
RGB
CMYK
RGB Variations
Color information
#784353 (or 0x784353) is known color: Camelot. HEX triplet: 78, 43 and 53. RGB value is (120,67,83). Sum of RGB (Red+Green+Blue) = 120+67+83=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #784353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784353 is #87BCAC. Grayscale: #545454. Windows color (decimal): -8895661 or 5456760. OLE color: 5456760.
HSL color Cylindrical-coordinate representation of color #784353: hue angle of 341.89º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #784353 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 83 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.53 |
| HSL | 341.89º | 0.28% | 0.37% | - |
| HSV(B) | 341.89º | 0.44% | 0.47% | - |
| XYZ | 11.31 | 8.63 | 9.25 | - |
| YUV | 84.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 83 | 0 | 0.44 | 0.31 | 0.53 | 341.89 | 0.28 | 0.37 |
| Hex | 78 | 43 | 53 | 0 | 2C | 1F | 35 | 156 | 1C | 25 |
| Octal | 170 | 103 | 123 | 0 | 54 | 37 | 65 | 526 | 34 | 45 |
| Binary | 1111000 | 1000011 | 1010011 | 0 | 101100 | 11111 | 110101 | 101010110 | 11100 | 100101 |
Color Harmonies of #784353
Complementary color
Monochromatic Colors of #784353
Black with #784353
Text Example
Text Example
White with #784353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784353; }
p { color: rgb(120,67,83); }
H1.HeaderClassName
{
color: #784353;
}
.AnyTagClassName
{
color: #784353;
}
</style>
background-color css
<style>
a { background-color: #784353; }
a { background-color: rgb(120,67,83); }
div.DivClassName
{
background-color: #784353;
}
.BgClassName
{
background-color: #784353;
}
</style>
border-color css
<style>
span { border-color: #784353; }
span { border-color: rgb(120,67,83); }
td.TdClassName
{
border-color: #784353;
}
.TagClassName
{
border-color: #784353;
}
</style>