Shades of Camelot #783F4B
Tints of Camelot #783F4B
RGB
CMYK
RGB Variations
Color information
#783F4B (or 0x783F4B) is known color: Camelot. HEX triplet: 78, 3F and 4B. RGB value is (120,63,75). Sum of RGB (Red+Green+Blue) = 120+63+75=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #783F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783F4B is #87C0B4. Grayscale: #515151. Windows color (decimal): -8896693 or 4931448. OLE color: 4931448.
HSL color Cylindrical-coordinate representation of color #783F4B: hue angle of 347.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #783F4B is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 63 | 75 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.53 |
| HSL | 347.37º | 0.31% | 0.36% | - |
| HSV(B) | 347.37º | 0.48% | 0.47% | - |
| XYZ | 10.79 | 8.06 | 7.64 | - |
| YUV | 81.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 63 | 75 | 0 | 0.48 | 0.37 | 0.53 | 347.37 | 0.31 | 0.36 |
| Hex | 78 | 3F | 4B | 0 | 30 | 25 | 35 | 15B | 1F | 24 |
| Octal | 170 | 77 | 113 | 0 | 60 | 45 | 65 | 533 | 37 | 44 |
| Binary | 1111000 | 111111 | 1001011 | 0 | 110000 | 100101 | 110101 | 101011011 | 11111 | 100100 |
Color Harmonies of #783F4B
Complementary color
Monochromatic Colors of #783F4B
Black with #783F4B
Text Example
Text Example
White with #783F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783F4B; }
p { color: rgb(120,63,75); }
H1.HeaderClassName
{
color: #783F4B;
}
.AnyTagClassName
{
color: #783F4B;
}
</style>
background-color css
<style>
a { background-color: #783F4B; }
a { background-color: rgb(120,63,75); }
div.DivClassName
{
background-color: #783F4B;
}
.BgClassName
{
background-color: #783F4B;
}
</style>
border-color css
<style>
span { border-color: #783F4B; }
span { border-color: rgb(120,63,75); }
td.TdClassName
{
border-color: #783F4B;
}
.TagClassName
{
border-color: #783F4B;
}
</style>