Shades of Camelot #7B3A4B
Tints of Camelot #7B3A4B
RGB
CMYK
RGB Variations
Color information
#7B3A4B (or 0x7B3A4B) is known color: Camelot. HEX triplet: 7B, 3A and 4B. RGB value is (123,58,75). Sum of RGB (Red+Green+Blue) = 123+58+75=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3A4B is #84C5B4. Grayscale: #4F4F4F. Windows color (decimal): -8701365 or 4930171. OLE color: 4930171.
HSL color Cylindrical-coordinate representation of color #7B3A4B: hue angle of 344.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B3A4B is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 58 | 75 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.52 |
| HSL | 344.31º | 0.36% | 0.35% | - |
| HSV(B) | 344.31º | 0.53% | 0.48% | - |
| XYZ | 10.95 | 7.75 | 7.57 | - |
| YUV | 79.37 | 125.53 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 58 | 75 | 0 | 0.53 | 0.39 | 0.52 | 344.31 | 0.36 | 0.35 |
| Hex | 7B | 3A | 4B | 0 | 35 | 27 | 34 | 158 | 24 | 23 |
| Octal | 173 | 72 | 113 | 0 | 65 | 47 | 64 | 530 | 44 | 43 |
| Binary | 1111011 | 111010 | 1001011 | 0 | 110101 | 100111 | 110100 | 101011000 | 100100 | 100011 |
Color Harmonies of #7B3A4B
Complementary color
Monochromatic Colors of #7B3A4B
Black with #7B3A4B
Text Example
Text Example
White with #7B3A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3A4B; }
p { color: rgb(123,58,75); }
H1.HeaderClassName
{
color: #7B3A4B;
}
.AnyTagClassName
{
color: #7B3A4B;
}
</style>
background-color css
<style>
a { background-color: #7B3A4B; }
a { background-color: rgb(123,58,75); }
div.DivClassName
{
background-color: #7B3A4B;
}
.BgClassName
{
background-color: #7B3A4B;
}
</style>
border-color css
<style>
span { border-color: #7B3A4B; }
span { border-color: rgb(123,58,75); }
td.TdClassName
{
border-color: #7B3A4B;
}
.TagClassName
{
border-color: #7B3A4B;
}
</style>