Shades of Camelot #78374C
Tints of Camelot #78374C
RGB
CMYK
RGB Variations
Color information
#78374C (or 0x78374C) is known color: Camelot. HEX triplet: 78, 37 and 4C. RGB value is (120,55,76). Sum of RGB (Red+Green+Blue) = 120+55+76=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78374C is #87C8B3. Grayscale: #4C4C4C. Windows color (decimal): -8898740 or 4994936. OLE color: 4994936.
HSL color Cylindrical-coordinate representation of color #78374C: hue angle of 340.62º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78374C is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 55 | 76 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.53 |
| HSL | 340.62º | 0.37% | 0.34% | - |
| HSV(B) | 340.62º | 0.54% | 0.47% | - |
| XYZ | 10.42 | 7.25 | 7.69 | - |
| YUV | 76.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 76 | 0 | 0.54 | 0.37 | 0.53 | 340.62 | 0.37 | 0.34 |
| Hex | 78 | 37 | 4C | 0 | 36 | 25 | 35 | 155 | 25 | 22 |
| Octal | 170 | 67 | 114 | 0 | 66 | 45 | 65 | 525 | 45 | 42 |
| Binary | 1111000 | 110111 | 1001100 | 0 | 110110 | 100101 | 110101 | 101010101 | 100101 | 100010 |
Color Harmonies of #78374C
Complementary color
Monochromatic Colors of #78374C
Black with #78374C
Text Example
Text Example
White with #78374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78374C; }
p { color: rgb(120,55,76); }
H1.HeaderClassName
{
color: #78374C;
}
.AnyTagClassName
{
color: #78374C;
}
</style>
background-color css
<style>
a { background-color: #78374C; }
a { background-color: rgb(120,55,76); }
div.DivClassName
{
background-color: #78374C;
}
.BgClassName
{
background-color: #78374C;
}
</style>
border-color css
<style>
span { border-color: #78374C; }
span { border-color: rgb(120,55,76); }
td.TdClassName
{
border-color: #78374C;
}
.TagClassName
{
border-color: #78374C;
}
</style>