Shades of Camelot #784452
Tints of Camelot #784452
RGB
CMYK
RGB Variations
Color information
#784452 (or 0x784452) is known color: Camelot. HEX triplet: 78, 44 and 52. RGB value is (120,68,82). Sum of RGB (Red+Green+Blue) = 120+68+82=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #784452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784452 is #87BBAD. Grayscale: #555555. Windows color (decimal): -8895406 or 5391480. OLE color: 5391480.
HSL color Cylindrical-coordinate representation of color #784452: hue angle of 343.85º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784452 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 68 | 82 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.53 |
| HSL | 343.85º | 0.28% | 0.37% | - |
| HSV(B) | 343.85º | 0.43% | 0.47% | - |
| XYZ | 11.34 | 8.74 | 9.07 | - |
| YUV | 85.14 | 126.23 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 82 | 0 | 0.43 | 0.32 | 0.53 | 343.85 | 0.28 | 0.37 |
| Hex | 78 | 44 | 52 | 0 | 2B | 20 | 35 | 158 | 1C | 25 |
| Octal | 170 | 104 | 122 | 0 | 53 | 40 | 65 | 530 | 34 | 45 |
| Binary | 1111000 | 1000100 | 1010010 | 0 | 101011 | 100000 | 110101 | 101011000 | 11100 | 100101 |
Color Harmonies of #784452
Complementary color
Monochromatic Colors of #784452
Black with #784452
Text Example
Text Example
White with #784452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784452; }
p { color: rgb(120,68,82); }
H1.HeaderClassName
{
color: #784452;
}
.AnyTagClassName
{
color: #784452;
}
</style>
background-color css
<style>
a { background-color: #784452; }
a { background-color: rgb(120,68,82); }
div.DivClassName
{
background-color: #784452;
}
.BgClassName
{
background-color: #784452;
}
</style>
border-color css
<style>
span { border-color: #784452; }
span { border-color: rgb(120,68,82); }
td.TdClassName
{
border-color: #784452;
}
.TagClassName
{
border-color: #784452;
}
</style>