Shades of Camelot #784250
Tints of Camelot #784250
RGB
CMYK
RGB Variations
Color information
#784250 (or 0x784250) is known color: Camelot. HEX triplet: 78, 42 and 50. RGB value is (120,66,80). Sum of RGB (Red+Green+Blue) = 120+66+80=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #784250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784250 is #87BDAF. Grayscale: #535353. Windows color (decimal): -8895920 or 5259896. OLE color: 5259896.
HSL color Cylindrical-coordinate representation of color #784250: hue angle of 344.44º 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 #784250 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 66 | 80 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.53 |
| HSL | 344.44º | 0.29% | 0.36% | - |
| HSV(B) | 344.44º | 0.45% | 0.47% | - |
| XYZ | 11.14 | 8.47 | 8.64 | - |
| YUV | 83.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 66 | 80 | 0 | 0.45 | 0.33 | 0.53 | 344.44 | 0.29 | 0.36 |
| Hex | 78 | 42 | 50 | 0 | 2D | 21 | 35 | 158 | 1D | 24 |
| Octal | 170 | 102 | 120 | 0 | 55 | 41 | 65 | 530 | 35 | 44 |
| Binary | 1111000 | 1000010 | 1010000 | 0 | 101101 | 100001 | 110101 | 101011000 | 11101 | 100100 |
Color Harmonies of #784250
Complementary color
Monochromatic Colors of #784250
Black with #784250
Text Example
Text Example
White with #784250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784250; }
p { color: rgb(120,66,80); }
H1.HeaderClassName
{
color: #784250;
}
.AnyTagClassName
{
color: #784250;
}
</style>
background-color css
<style>
a { background-color: #784250; }
a { background-color: rgb(120,66,80); }
div.DivClassName
{
background-color: #784250;
}
.BgClassName
{
background-color: #784250;
}
</style>
border-color css
<style>
span { border-color: #784250; }
span { border-color: rgb(120,66,80); }
td.TdClassName
{
border-color: #784250;
}
.TagClassName
{
border-color: #784250;
}
</style>