Shades of Camelot #7B3F4E
Tints of Camelot #7B3F4E
RGB
CMYK
RGB Variations
Color information
#7B3F4E (or 0x7B3F4E) is known color: Camelot. HEX triplet: 7B, 3F and 4E. RGB value is (123,63,78). Sum of RGB (Red+Green+Blue) = 123+63+78=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3F4E is #84C0B1. Grayscale: #525252. Windows color (decimal): -8700082 or 5128059. OLE color: 5128059.
HSL color Cylindrical-coordinate representation of color #7B3F4E: hue angle of 345º 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 #7B3F4E is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 63 | 78 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.52 |
| HSL | 345º | 0.32% | 0.36% | - |
| HSV(B) | 345º | 0.49% | 0.48% | - |
| XYZ | 11.32 | 8.32 | 8.22 | - |
| YUV | 82.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 78 | 0 | 0.49 | 0.37 | 0.52 | 345 | 0.32 | 0.36 |
| Hex | 7B | 3F | 4E | 0 | 31 | 25 | 34 | 159 | 20 | 24 |
| Octal | 173 | 77 | 116 | 0 | 61 | 45 | 64 | 531 | 40 | 44 |
| Binary | 1111011 | 111111 | 1001110 | 0 | 110001 | 100101 | 110100 | 101011001 | 100000 | 100100 |
Color Harmonies of #7B3F4E
Complementary color
Monochromatic Colors of #7B3F4E
Black with #7B3F4E
Text Example
Text Example
White with #7B3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3F4E; }
p { color: rgb(123,63,78); }
H1.HeaderClassName
{
color: #7B3F4E;
}
.AnyTagClassName
{
color: #7B3F4E;
}
</style>
background-color css
<style>
a { background-color: #7B3F4E; }
a { background-color: rgb(123,63,78); }
div.DivClassName
{
background-color: #7B3F4E;
}
.BgClassName
{
background-color: #7B3F4E;
}
</style>
border-color css
<style>
span { border-color: #7B3F4E; }
span { border-color: rgb(123,63,78); }
td.TdClassName
{
border-color: #7B3F4E;
}
.TagClassName
{
border-color: #7B3F4E;
}
</style>