Shades of Camelot #78424C
Tints of Camelot #78424C
RGB
CMYK
RGB Variations
Color information
#78424C (or 0x78424C) is known color: Camelot. HEX triplet: 78, 42 and 4C. RGB value is (120,66,76). Sum of RGB (Red+Green+Blue) = 120+66+76=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78424C is #87BDB3. Grayscale: #535353. Windows color (decimal): -8895924 or 4997752. OLE color: 4997752.
HSL color Cylindrical-coordinate representation of color #78424C: hue angle of 348.89º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78424C is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 76 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.53 |
| HSL | 348.89º | 0.29% | 0.36% | - |
| HSV(B) | 348.89º | 0.45% | 0.47% | - |
| XYZ | 11 | 8.41 | 7.88 | - |
| YUV | 83.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 76 | 0 | 0.45 | 0.37 | 0.53 | 348.89 | 0.29 | 0.36 |
| Hex | 78 | 42 | 4C | 0 | 2D | 25 | 35 | 15D | 1D | 24 |
| Octal | 170 | 102 | 114 | 0 | 55 | 45 | 65 | 535 | 35 | 44 |
| Binary | 1111000 | 1000010 | 1001100 | 0 | 101101 | 100101 | 110101 | 101011101 | 11101 | 100100 |
Color Harmonies of #78424C
Complementary color
Monochromatic Colors of #78424C
Black with #78424C
Text Example
Text Example
White with #78424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78424C; }
p { color: rgb(120,66,76); }
H1.HeaderClassName
{
color: #78424C;
}
.AnyTagClassName
{
color: #78424C;
}
</style>
background-color css
<style>
a { background-color: #78424C; }
a { background-color: rgb(120,66,76); }
div.DivClassName
{
background-color: #78424C;
}
.BgClassName
{
background-color: #78424C;
}
</style>
border-color css
<style>
span { border-color: #78424C; }
span { border-color: rgb(120,66,76); }
td.TdClassName
{
border-color: #78424C;
}
.TagClassName
{
border-color: #78424C;
}
</style>