Shades of Camelot #784852
Tints of Camelot #784852
RGB
CMYK
RGB Variations
Color information
#784852 (or 0x784852) is known color: Camelot. HEX triplet: 78, 48 and 52. RGB value is (120,72,82). Sum of RGB (Red+Green+Blue) = 120+72+82=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 120 - color contains mainly: red. Hex color #784852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784852 is #87B7AD. Grayscale: #575757. Windows color (decimal): -8894382 or 5392504. OLE color: 5392504.
HSL color Cylindrical-coordinate representation of color #784852: hue angle of 347.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #784852 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 72 | 82 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.53 |
| HSL | 347.5º | 0.25% | 0.38% | - |
| HSV(B) | 347.5º | 0.4% | 0.47% | - |
| XYZ | 11.59 | 9.24 | 9.15 | - |
| YUV | 87.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 82 | 0 | 0.40 | 0.32 | 0.53 | 347.5 | 0.25 | 0.38 |
| Hex | 78 | 48 | 52 | 0 | 28 | 20 | 35 | 15C | 19 | 26 |
| Octal | 170 | 110 | 122 | 0 | 50 | 40 | 65 | 534 | 31 | 46 |
| Binary | 1111000 | 1001000 | 1010010 | 0 | 101000 | 100000 | 110101 | 101011100 | 11001 | 100110 |
Color Harmonies of #784852
Complementary color
Monochromatic Colors of #784852
Black with #784852
Text Example
Text Example
White with #784852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784852; }
p { color: rgb(120,72,82); }
H1.HeaderClassName
{
color: #784852;
}
.AnyTagClassName
{
color: #784852;
}
</style>
background-color css
<style>
a { background-color: #784852; }
a { background-color: rgb(120,72,82); }
div.DivClassName
{
background-color: #784852;
}
.BgClassName
{
background-color: #784852;
}
</style>
border-color css
<style>
span { border-color: #784852; }
span { border-color: rgb(120,72,82); }
td.TdClassName
{
border-color: #784852;
}
.TagClassName
{
border-color: #784852;
}
</style>