Shades of Camelot #7D3A4C
Tints of Camelot #7D3A4C
RGB
CMYK
RGB Variations
Color information
#7D3A4C (or 0x7D3A4C) is known color: Camelot. HEX triplet: 7D, 3A and 4C. RGB value is (125,58,76). Sum of RGB (Red+Green+Blue) = 125+58+76=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3A4C is #82C5B3. Grayscale: #505050. Windows color (decimal): -8570292 or 4995709. OLE color: 4995709.
HSL color Cylindrical-coordinate representation of color #7D3A4C: hue angle of 343.88º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D3A4C is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 58 | 76 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.51 |
| HSL | 343.88º | 0.37% | 0.36% | - |
| HSV(B) | 343.88º | 0.54% | 0.49% | - |
| XYZ | 11.28 | 7.91 | 7.77 | - |
| YUV | 80.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 76 | 0 | 0.54 | 0.39 | 0.51 | 343.88 | 0.37 | 0.36 |
| Hex | 7D | 3A | 4C | 0 | 36 | 27 | 33 | 158 | 25 | 24 |
| Octal | 175 | 72 | 114 | 0 | 66 | 47 | 63 | 530 | 45 | 44 |
| Binary | 1111101 | 111010 | 1001100 | 0 | 110110 | 100111 | 110011 | 101011000 | 100101 | 100100 |
Color Harmonies of #7D3A4C
Complementary color
Monochromatic Colors of #7D3A4C
Black with #7D3A4C
Text Example
Text Example
White with #7D3A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3A4C; }
p { color: rgb(125,58,76); }
H1.HeaderClassName
{
color: #7D3A4C;
}
.AnyTagClassName
{
color: #7D3A4C;
}
</style>
background-color css
<style>
a { background-color: #7D3A4C; }
a { background-color: rgb(125,58,76); }
div.DivClassName
{
background-color: #7D3A4C;
}
.BgClassName
{
background-color: #7D3A4C;
}
</style>
border-color css
<style>
span { border-color: #7D3A4C; }
span { border-color: rgb(125,58,76); }
td.TdClassName
{
border-color: #7D3A4C;
}
.TagClassName
{
border-color: #7D3A4C;
}
</style>