Shades of Camelot #7D364A
Tints of Camelot #7D364A
RGB
CMYK
RGB Variations
Color information
#7D364A (or 0x7D364A) is known color: Camelot. HEX triplet: 7D, 36 and 4A. RGB value is (125,54,74). Sum of RGB (Red+Green+Blue) = 125+54+74=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D364A is #82C9B5. Grayscale: #4D4D4D. Windows color (decimal): -8571318 or 4863613. OLE color: 4863613.
HSL color Cylindrical-coordinate representation of color #7D364A: hue angle of 343.1º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D364A is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 54 | 74 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.51 |
| HSL | 343.1º | 0.4% | 0.35% | - |
| HSV(B) | 343.1º | 0.57% | 0.49% | - |
| XYZ | 11.01 | 7.49 | 7.34 | - |
| YUV | 77.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 54 | 74 | 0 | 0.57 | 0.41 | 0.51 | 343.1 | 0.4 | 0.35 |
| Hex | 7D | 36 | 4A | 0 | 39 | 29 | 33 | 157 | 28 | 23 |
| Octal | 175 | 66 | 112 | 0 | 71 | 51 | 63 | 527 | 50 | 43 |
| Binary | 1111101 | 110110 | 1001010 | 0 | 111001 | 101001 | 110011 | 101010111 | 101000 | 100011 |
Color Harmonies of #7D364A
Complementary color
Monochromatic Colors of #7D364A
Black with #7D364A
Text Example
Text Example
White with #7D364A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D364A; }
p { color: rgb(125,54,74); }
H1.HeaderClassName
{
color: #7D364A;
}
.AnyTagClassName
{
color: #7D364A;
}
</style>
background-color css
<style>
a { background-color: #7D364A; }
a { background-color: rgb(125,54,74); }
div.DivClassName
{
background-color: #7D364A;
}
.BgClassName
{
background-color: #7D364A;
}
</style>
border-color css
<style>
span { border-color: #7D364A; }
span { border-color: rgb(125,54,74); }
td.TdClassName
{
border-color: #7D364A;
}
.TagClassName
{
border-color: #7D364A;
}
</style>