Shades of Camelot #7D344A
Tints of Camelot #7D344A
RGB
CMYK
RGB Variations
Color information
#7D344A (or 0x7D344A) is known color: Camelot. HEX triplet: 7D, 34 and 4A. RGB value is (125,52,74). Sum of RGB (Red+Green+Blue) = 125+52+74=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D344A is #82CBB5. Grayscale: #4C4C4C. Windows color (decimal): -8571830 or 4863101. OLE color: 4863101.
HSL color Cylindrical-coordinate representation of color #7D344A: hue angle of 341.92º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D344A is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 52 | 74 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.51 |
| HSL | 341.92º | 0.41% | 0.35% | - |
| HSV(B) | 341.92º | 0.58% | 0.49% | - |
| XYZ | 10.92 | 7.31 | 7.31 | - |
| YUV | 76.34 | 126.68 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 52 | 74 | 0 | 0.58 | 0.41 | 0.51 | 341.92 | 0.41 | 0.35 |
| Hex | 7D | 34 | 4A | 0 | 3A | 29 | 33 | 156 | 29 | 23 |
| Octal | 175 | 64 | 112 | 0 | 72 | 51 | 63 | 526 | 51 | 43 |
| Binary | 1111101 | 110100 | 1001010 | 0 | 111010 | 101001 | 110011 | 101010110 | 101001 | 100011 |
Color Harmonies of #7D344A
Complementary color
Monochromatic Colors of #7D344A
Black with #7D344A
Text Example
Text Example
White with #7D344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D344A; }
p { color: rgb(125,52,74); }
H1.HeaderClassName
{
color: #7D344A;
}
.AnyTagClassName
{
color: #7D344A;
}
</style>
background-color css
<style>
a { background-color: #7D344A; }
a { background-color: rgb(125,52,74); }
div.DivClassName
{
background-color: #7D344A;
}
.BgClassName
{
background-color: #7D344A;
}
</style>
border-color css
<style>
span { border-color: #7D344A; }
span { border-color: rgb(125,52,74); }
td.TdClassName
{
border-color: #7D344A;
}
.TagClassName
{
border-color: #7D344A;
}
</style>