Shades of Camelot #7D414A
Tints of Camelot #7D414A
RGB
CMYK
RGB Variations
Color information
#7D414A (or 0x7D414A) is known color: Camelot. HEX triplet: 7D, 41 and 4A. RGB value is (125,65,74). Sum of RGB (Red+Green+Blue) = 125+65+74=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D414A is #82BEB5. Grayscale: #535353. Windows color (decimal): -8568502 or 4866429. OLE color: 4866429.
HSL color Cylindrical-coordinate representation of color #7D414A: hue angle of 351º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D414A is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 65 | 74 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.51 |
| HSL | 351º | 0.32% | 0.37% | - |
| HSV(B) | 351º | 0.48% | 0.49% | - |
| XYZ | 11.58 | 8.63 | 7.53 | - |
| YUV | 83.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 65 | 74 | 0 | 0.48 | 0.41 | 0.51 | 351 | 0.32 | 0.37 |
| Hex | 7D | 41 | 4A | 0 | 30 | 29 | 33 | 15F | 20 | 25 |
| Octal | 175 | 101 | 112 | 0 | 60 | 51 | 63 | 537 | 40 | 45 |
| Binary | 1111101 | 1000001 | 1001010 | 0 | 110000 | 101001 | 110011 | 101011111 | 100000 | 100101 |
Color Harmonies of #7D414A
Complementary color
Monochromatic Colors of #7D414A
Black with #7D414A
Text Example
Text Example
White with #7D414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D414A; }
p { color: rgb(125,65,74); }
H1.HeaderClassName
{
color: #7D414A;
}
.AnyTagClassName
{
color: #7D414A;
}
</style>
background-color css
<style>
a { background-color: #7D414A; }
a { background-color: rgb(125,65,74); }
div.DivClassName
{
background-color: #7D414A;
}
.BgClassName
{
background-color: #7D414A;
}
</style>
border-color css
<style>
span { border-color: #7D414A; }
span { border-color: rgb(125,65,74); }
td.TdClassName
{
border-color: #7D414A;
}
.TagClassName
{
border-color: #7D414A;
}
</style>