Shades of Camelot #78444E
Tints of Camelot #78444E
RGB
CMYK
RGB Variations
Color information
#78444E (or 0x78444E) is known color: Camelot. HEX triplet: 78, 44 and 4E. RGB value is (120,68,78). Sum of RGB (Red+Green+Blue) = 120+68+78=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78444E is #87BBB1. Grayscale: #545454. Windows color (decimal): -8895410 or 5129336. OLE color: 5129336.
HSL color Cylindrical-coordinate representation of color #78444E: hue angle of 348.46º 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 #78444E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 68 | 78 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.53 |
| HSL | 348.46º | 0.28% | 0.37% | - |
| HSV(B) | 348.46º | 0.43% | 0.47% | - |
| XYZ | 11.19 | 8.68 | 8.29 | - |
| YUV | 84.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 78 | 0 | 0.43 | 0.35 | 0.53 | 348.46 | 0.28 | 0.37 |
| Hex | 78 | 44 | 4E | 0 | 2B | 23 | 35 | 15C | 1C | 25 |
| Octal | 170 | 104 | 116 | 0 | 53 | 43 | 65 | 534 | 34 | 45 |
| Binary | 1111000 | 1000100 | 1001110 | 0 | 101011 | 100011 | 110101 | 101011100 | 11100 | 100101 |
Color Harmonies of #78444E
Complementary color
Monochromatic Colors of #78444E
Black with #78444E
Text Example
Text Example
White with #78444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78444E; }
p { color: rgb(120,68,78); }
H1.HeaderClassName
{
color: #78444E;
}
.AnyTagClassName
{
color: #78444E;
}
</style>
background-color css
<style>
a { background-color: #78444E; }
a { background-color: rgb(120,68,78); }
div.DivClassName
{
background-color: #78444E;
}
.BgClassName
{
background-color: #78444E;
}
</style>
border-color css
<style>
span { border-color: #78444E; }
span { border-color: rgb(120,68,78); }
td.TdClassName
{
border-color: #78444E;
}
.TagClassName
{
border-color: #78444E;
}
</style>