Shades of Camelot #783648
Tints of Camelot #783648
RGB
CMYK
RGB Variations
Color information
#783648 (or 0x783648) is known color: Camelot. HEX triplet: 78, 36 and 48. RGB value is (120,54,72). Sum of RGB (Red+Green+Blue) = 120+54+72=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #783648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783648 is #87C9B7. Grayscale: #4B4B4B. Windows color (decimal): -8899000 or 4732536. OLE color: 4732536.
HSL color Cylindrical-coordinate representation of color #783648: hue angle of 343.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #783648 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 72 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.53 |
| HSL | 343.64º | 0.38% | 0.34% | - |
| HSV(B) | 343.64º | 0.55% | 0.47% | - |
| XYZ | 10.23 | 7.1 | 6.96 | - |
| YUV | 75.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 72 | 0 | 0.55 | 0.40 | 0.53 | 343.64 | 0.38 | 0.34 |
| Hex | 78 | 36 | 48 | 0 | 37 | 28 | 35 | 158 | 26 | 22 |
| Octal | 170 | 66 | 110 | 0 | 67 | 50 | 65 | 530 | 46 | 42 |
| Binary | 1111000 | 110110 | 1001000 | 0 | 110111 | 101000 | 110101 | 101011000 | 100110 | 100010 |
Color Harmonies of #783648
Complementary color
Monochromatic Colors of #783648
Black with #783648
Text Example
Text Example
White with #783648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783648; }
p { color: rgb(120,54,72); }
H1.HeaderClassName
{
color: #783648;
}
.AnyTagClassName
{
color: #783648;
}
</style>
background-color css
<style>
a { background-color: #783648; }
a { background-color: rgb(120,54,72); }
div.DivClassName
{
background-color: #783648;
}
.BgClassName
{
background-color: #783648;
}
</style>
border-color css
<style>
span { border-color: #783648; }
span { border-color: rgb(120,54,72); }
td.TdClassName
{
border-color: #783648;
}
.TagClassName
{
border-color: #783648;
}
</style>