Shades of Camelot #78414D
Tints of Camelot #78414D
RGB
CMYK
RGB Variations
Color information
#78414D (or 0x78414D) is known color: Camelot. HEX triplet: 78, 41 and 4D. RGB value is (120,65,77). Sum of RGB (Red+Green+Blue) = 120+65+77=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78414D is #87BEB2. Grayscale: #525252. Windows color (decimal): -8896179 or 5063032. OLE color: 5063032.
HSL color Cylindrical-coordinate representation of color #78414D: hue angle of 346.91º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78414D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 65 | 77 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.53 |
| HSL | 346.91º | 0.3% | 0.36% | - |
| HSV(B) | 346.91º | 0.46% | 0.47% | - |
| XYZ | 10.98 | 8.31 | 8.05 | - |
| YUV | 82.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 65 | 77 | 0 | 0.46 | 0.36 | 0.53 | 346.91 | 0.3 | 0.36 |
| Hex | 78 | 41 | 4D | 0 | 2E | 24 | 35 | 15B | 1E | 24 |
| Octal | 170 | 101 | 115 | 0 | 56 | 44 | 65 | 533 | 36 | 44 |
| Binary | 1111000 | 1000001 | 1001101 | 0 | 101110 | 100100 | 110101 | 101011011 | 11110 | 100100 |
Color Harmonies of #78414D
Complementary color
Monochromatic Colors of #78414D
Black with #78414D
Text Example
Text Example
White with #78414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78414D; }
p { color: rgb(120,65,77); }
H1.HeaderClassName
{
color: #78414D;
}
.AnyTagClassName
{
color: #78414D;
}
</style>
background-color css
<style>
a { background-color: #78414D; }
a { background-color: rgb(120,65,77); }
div.DivClassName
{
background-color: #78414D;
}
.BgClassName
{
background-color: #78414D;
}
</style>
border-color css
<style>
span { border-color: #78414D; }
span { border-color: rgb(120,65,77); }
td.TdClassName
{
border-color: #78414D;
}
.TagClassName
{
border-color: #78414D;
}
</style>