Shades of Camelot #7B3F4B
Tints of Camelot #7B3F4B
RGB
CMYK
RGB Variations
Color information
#7B3F4B (or 0x7B3F4B) is known color: Camelot. HEX triplet: 7B, 3F and 4B. RGB value is (123,63,75). Sum of RGB (Red+Green+Blue) = 123+63+75=261 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.13% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 75 (29.69% from 255 or 28.74% from 261); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3F4B is #84C0B4. Grayscale: #525252. Windows color (decimal): -8700085 or 4931451. OLE color: 4931451.
HSL color Cylindrical-coordinate representation of color #7B3F4B: hue angle of 348º 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 #7B3F4B is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 63 | 75 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.52 |
| HSL | 348º | 0.32% | 0.36% | - |
| HSV(B) | 348º | 0.49% | 0.48% | - |
| XYZ | 11.22 | 8.27 | 7.66 | - |
| YUV | 82.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 75 | 0 | 0.49 | 0.39 | 0.52 | 348 | 0.32 | 0.36 |
| Hex | 7B | 3F | 4B | 0 | 31 | 27 | 34 | 15C | 20 | 24 |
| Octal | 173 | 77 | 113 | 0 | 61 | 47 | 64 | 534 | 40 | 44 |
| Binary | 1111011 | 111111 | 1001011 | 0 | 110001 | 100111 | 110100 | 101011100 | 100000 | 100100 |
Color Harmonies of #7B3F4B
Complementary color
Monochromatic Colors of #7B3F4B
Black with #7B3F4B
Text Example
Text Example
White with #7B3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3F4B; }
p { color: rgb(123,63,75); }
H1.HeaderClassName
{
color: #7B3F4B;
}
.AnyTagClassName
{
color: #7B3F4B;
}
</style>
background-color css
<style>
a { background-color: #7B3F4B; }
a { background-color: rgb(123,63,75); }
div.DivClassName
{
background-color: #7B3F4B;
}
.BgClassName
{
background-color: #7B3F4B;
}
</style>
border-color css
<style>
span { border-color: #7B3F4B; }
span { border-color: rgb(123,63,75); }
td.TdClassName
{
border-color: #7B3F4B;
}
.TagClassName
{
border-color: #7B3F4B;
}
</style>