Shades of Camelot #7B3F4D
Tints of Camelot #7B3F4D
RGB
CMYK
RGB Variations
Color information
#7B3F4D (or 0x7B3F4D) is known color: Camelot. HEX triplet: 7B, 3F and 4D. RGB value is (123,63,77). Sum of RGB (Red+Green+Blue) = 123+63+77=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3F4D is #84C0B2. Grayscale: #525252. Windows color (decimal): -8700083 or 5062523. OLE color: 5062523.
HSL color Cylindrical-coordinate representation of color #7B3F4D: hue angle of 346º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B3F4D is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 63 | 77 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.52 |
| HSL | 346º | 0.32% | 0.36% | - |
| HSV(B) | 346º | 0.49% | 0.48% | - |
| XYZ | 11.29 | 8.3 | 8.03 | - |
| YUV | 82.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 77 | 0 | 0.49 | 0.37 | 0.52 | 346 | 0.32 | 0.36 |
| Hex | 7B | 3F | 4D | 0 | 31 | 25 | 34 | 15A | 20 | 24 |
| Octal | 173 | 77 | 115 | 0 | 61 | 45 | 64 | 532 | 40 | 44 |
| Binary | 1111011 | 111111 | 1001101 | 0 | 110001 | 100101 | 110100 | 101011010 | 100000 | 100100 |
Color Harmonies of #7B3F4D
Complementary color
Monochromatic Colors of #7B3F4D
Black with #7B3F4D
Text Example
Text Example
White with #7B3F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3F4D; }
p { color: rgb(123,63,77); }
H1.HeaderClassName
{
color: #7B3F4D;
}
.AnyTagClassName
{
color: #7B3F4D;
}
</style>
background-color css
<style>
a { background-color: #7B3F4D; }
a { background-color: rgb(123,63,77); }
div.DivClassName
{
background-color: #7B3F4D;
}
.BgClassName
{
background-color: #7B3F4D;
}
</style>
border-color css
<style>
span { border-color: #7B3F4D; }
span { border-color: rgb(123,63,77); }
td.TdClassName
{
border-color: #7B3F4D;
}
.TagClassName
{
border-color: #7B3F4D;
}
</style>