Shades of Camelot #7B3F4A
Tints of Camelot #7B3F4A
RGB
CMYK
RGB Variations
Color information
#7B3F4A (or 0x7B3F4A) is known color: Camelot. HEX triplet: 7B, 3F and 4A. RGB value is (123,63,74). Sum of RGB (Red+Green+Blue) = 123+63+74=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3F4A is #84C0B5. Grayscale: #525252. Windows color (decimal): -8700086 or 4865915. OLE color: 4865915.
HSL color Cylindrical-coordinate representation of color #7B3F4A: hue angle of 349º 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 #7B3F4A is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 63 | 74 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.52 |
| HSL | 349º | 0.32% | 0.36% | - |
| HSV(B) | 349º | 0.49% | 0.48% | - |
| XYZ | 11.18 | 8.26 | 7.48 | - |
| YUV | 82.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 63 | 74 | 0 | 0.49 | 0.40 | 0.52 | 349 | 0.32 | 0.36 |
| Hex | 7B | 3F | 4A | 0 | 31 | 28 | 34 | 15D | 20 | 24 |
| Octal | 173 | 77 | 112 | 0 | 61 | 50 | 64 | 535 | 40 | 44 |
| Binary | 1111011 | 111111 | 1001010 | 0 | 110001 | 101000 | 110100 | 101011101 | 100000 | 100100 |
Color Harmonies of #7B3F4A
Complementary color
Monochromatic Colors of #7B3F4A
Black with #7B3F4A
Text Example
Text Example
White with #7B3F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3F4A; }
p { color: rgb(123,63,74); }
H1.HeaderClassName
{
color: #7B3F4A;
}
.AnyTagClassName
{
color: #7B3F4A;
}
</style>
background-color css
<style>
a { background-color: #7B3F4A; }
a { background-color: rgb(123,63,74); }
div.DivClassName
{
background-color: #7B3F4A;
}
.BgClassName
{
background-color: #7B3F4A;
}
</style>
border-color css
<style>
span { border-color: #7B3F4A; }
span { border-color: rgb(123,63,74); }
td.TdClassName
{
border-color: #7B3F4A;
}
.TagClassName
{
border-color: #7B3F4A;
}
</style>