Shades of Camelot #783C48
Tints of Camelot #783C48
RGB
CMYK
RGB Variations
Color information
#783C48 (or 0x783C48) is known color: Camelot. HEX triplet: 78, 3C and 48. RGB value is (120,60,72). Sum of RGB (Red+Green+Blue) = 120+60+72=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 72 (28.52% from 255 or 28.57% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #783C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783C48 is #87C3B7. Grayscale: #4F4F4F. Windows color (decimal): -8897464 or 4734072. OLE color: 4734072.
HSL color Cylindrical-coordinate representation of color #783C48: hue angle of 348º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C48 is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 72 | - |
| CMYK | 0 | 0.5 | 0.40 | 0.53 |
| HSL | 348º | 0.33% | 0.35% | - |
| HSV(B) | 348º | 0.5% | 0.47% | - |
| XYZ | 10.53 | 7.69 | 7.06 | - |
| YUV | 79.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 72 | 0 | 0.5 | 0.40 | 0.53 | 348 | 0.33 | 0.35 |
| Hex | 78 | 3C | 48 | 0 | 32 | 28 | 35 | 15C | 21 | 23 |
| Octal | 170 | 74 | 110 | 0 | 62 | 50 | 65 | 534 | 41 | 43 |
| Binary | 1111000 | 111100 | 1001000 | 0 | 110010 | 101000 | 110101 | 101011100 | 100001 | 100011 |
Color Harmonies of #783C48
Complementary color
Monochromatic Colors of #783C48
Black with #783C48
Text Example
Text Example
White with #783C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C48; }
p { color: rgb(120,60,72); }
H1.HeaderClassName
{
color: #783C48;
}
.AnyTagClassName
{
color: #783C48;
}
</style>
background-color css
<style>
a { background-color: #783C48; }
a { background-color: rgb(120,60,72); }
div.DivClassName
{
background-color: #783C48;
}
.BgClassName
{
background-color: #783C48;
}
</style>
border-color css
<style>
span { border-color: #783C48; }
span { border-color: rgb(120,60,72); }
td.TdClassName
{
border-color: #783C48;
}
.TagClassName
{
border-color: #783C48;
}
</style>