Shades of Camelot #78454E
Tints of Camelot #78454E
RGB
CMYK
RGB Variations
Color information
#78454E (or 0x78454E) is known color: Camelot. HEX triplet: 78, 45 and 4E. RGB value is (120,69,78). Sum of RGB (Red+Green+Blue) = 120+69+78=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78454E is #87BAB1. Grayscale: #555555. Windows color (decimal): -8895154 or 5129592. OLE color: 5129592.
HSL color Cylindrical-coordinate representation of color #78454E: hue angle of 349.41º degrees, saturation: 0.27, 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 #78454E is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 69 | 78 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.53 |
| HSL | 349.41º | 0.27% | 0.37% | - |
| HSV(B) | 349.41º | 0.43% | 0.47% | - |
| XYZ | 11.25 | 8.8 | 8.31 | - |
| YUV | 85.28 | 123.9 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 69 | 78 | 0 | 0.42 | 0.35 | 0.53 | 349.41 | 0.27 | 0.37 |
| Hex | 78 | 45 | 4E | 0 | 2A | 23 | 35 | 15D | 1B | 25 |
| Octal | 170 | 105 | 116 | 0 | 52 | 43 | 65 | 535 | 33 | 45 |
| Binary | 1111000 | 1000101 | 1001110 | 0 | 101010 | 100011 | 110101 | 101011101 | 11011 | 100101 |
Color Harmonies of #78454E
Complementary color
Monochromatic Colors of #78454E
Black with #78454E
Text Example
Text Example
White with #78454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78454E; }
p { color: rgb(120,69,78); }
H1.HeaderClassName
{
color: #78454E;
}
.AnyTagClassName
{
color: #78454E;
}
</style>
background-color css
<style>
a { background-color: #78454E; }
a { background-color: rgb(120,69,78); }
div.DivClassName
{
background-color: #78454E;
}
.BgClassName
{
background-color: #78454E;
}
</style>
border-color css
<style>
span { border-color: #78454E; }
span { border-color: rgb(120,69,78); }
td.TdClassName
{
border-color: #78454E;
}
.TagClassName
{
border-color: #78454E;
}
</style>