Shades of Camelot #7D3946
Tints of Camelot #7D3946
RGB
CMYK
RGB Variations
Color information
#7D3946 (or 0x7D3946) is known color: Camelot. HEX triplet: 7D, 39 and 46. RGB value is (125,57,70). Sum of RGB (Red+Green+Blue) = 125+57+70=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3946 is #82C6B9. Grayscale: #4E4E4E. Windows color (decimal): -8570554 or 4602237. OLE color: 4602237.
HSL color Cylindrical-coordinate representation of color #7D3946: hue angle of 348.53º 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 #7D3946 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 57 | 70 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.51 |
| HSL | 348.53º | 0.37% | 0.36% | - |
| HSV(B) | 348.53º | 0.54% | 0.49% | - |
| XYZ | 11.03 | 7.73 | 6.7 | - |
| YUV | 78.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 70 | 0 | 0.54 | 0.44 | 0.51 | 348.53 | 0.37 | 0.36 |
| Hex | 7D | 39 | 46 | 0 | 36 | 2C | 33 | 15D | 25 | 24 |
| Octal | 175 | 71 | 106 | 0 | 66 | 54 | 63 | 535 | 45 | 44 |
| Binary | 1111101 | 111001 | 1000110 | 0 | 110110 | 101100 | 110011 | 101011101 | 100101 | 100100 |
Color Harmonies of #7D3946
Complementary color
Monochromatic Colors of #7D3946
Black with #7D3946
Text Example
Text Example
White with #7D3946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3946; }
p { color: rgb(125,57,70); }
H1.HeaderClassName
{
color: #7D3946;
}
.AnyTagClassName
{
color: #7D3946;
}
</style>
background-color css
<style>
a { background-color: #7D3946; }
a { background-color: rgb(125,57,70); }
div.DivClassName
{
background-color: #7D3946;
}
.BgClassName
{
background-color: #7D3946;
}
</style>
border-color css
<style>
span { border-color: #7D3946; }
span { border-color: rgb(125,57,70); }
td.TdClassName
{
border-color: #7D3946;
}
.TagClassName
{
border-color: #7D3946;
}
</style>