Shades of Camelot #7D4256
Tints of Camelot #7D4256
RGB
CMYK
RGB Variations
Color information
#7D4256 (or 0x7D4256) is known color: Camelot. HEX triplet: 7D, 42 and 56. RGB value is (125,66,86). Sum of RGB (Red+Green+Blue) = 125+66+86=277 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.13% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4256 is #82BDA9. Grayscale: #555555. Windows color (decimal): -8568234 or 5653117. OLE color: 5653117.
HSL color Cylindrical-coordinate representation of color #7D4256: hue angle of 339.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D4256 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 66 | 86 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.51 |
| HSL | 339.66º | 0.31% | 0.37% | - |
| HSV(B) | 339.66º | 0.47% | 0.49% | - |
| XYZ | 12.09 | 8.93 | 9.89 | - |
| YUV | 85.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 66 | 86 | 0 | 0.47 | 0.31 | 0.51 | 339.66 | 0.31 | 0.37 |
| Hex | 7D | 42 | 56 | 0 | 2F | 1F | 33 | 154 | 1F | 25 |
| Octal | 175 | 102 | 126 | 0 | 57 | 37 | 63 | 524 | 37 | 45 |
| Binary | 1111101 | 1000010 | 1010110 | 0 | 101111 | 11111 | 110011 | 101010100 | 11111 | 100101 |
Color Harmonies of #7D4256
Complementary color
Monochromatic Colors of #7D4256
Black with #7D4256
Text Example
Text Example
White with #7D4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4256; }
p { color: rgb(125,66,86); }
H1.HeaderClassName
{
color: #7D4256;
}
.AnyTagClassName
{
color: #7D4256;
}
</style>
background-color css
<style>
a { background-color: #7D4256; }
a { background-color: rgb(125,66,86); }
div.DivClassName
{
background-color: #7D4256;
}
.BgClassName
{
background-color: #7D4256;
}
</style>
border-color css
<style>
span { border-color: #7D4256; }
span { border-color: rgb(125,66,86); }
td.TdClassName
{
border-color: #7D4256;
}
.TagClassName
{
border-color: #7D4256;
}
</style>