Shades of Camelot #7D4056
Tints of Camelot #7D4056
RGB
CMYK
RGB Variations
Color information
#7D4056 (or 0x7D4056) is known color: Camelot. HEX triplet: 7D, 40 and 56. RGB value is (125,64,86). Sum of RGB (Red+Green+Blue) = 125+64+86=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D4056 is #82BFA9. Grayscale: #545454. Windows color (decimal): -8568746 or 5652605. OLE color: 5652605.
HSL color Cylindrical-coordinate representation of color #7D4056: hue angle of 338.36º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D4056 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 86 | - |
| CMYK | 0 | 0.49 | 0.31 | 0.51 |
| HSL | 338.36º | 0.32% | 0.37% | - |
| HSV(B) | 338.36º | 0.49% | 0.49% | - |
| XYZ | 11.97 | 8.7 | 9.85 | - |
| YUV | 84.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 86 | 0 | 0.49 | 0.31 | 0.51 | 338.36 | 0.32 | 0.37 |
| Hex | 7D | 40 | 56 | 0 | 31 | 1F | 33 | 152 | 20 | 25 |
| Octal | 175 | 100 | 126 | 0 | 61 | 37 | 63 | 522 | 40 | 45 |
| Binary | 1111101 | 1000000 | 1010110 | 0 | 110001 | 11111 | 110011 | 101010010 | 100000 | 100101 |
Color Harmonies of #7D4056
Complementary color
Monochromatic Colors of #7D4056
Black with #7D4056
Text Example
Text Example
White with #7D4056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4056; }
p { color: rgb(125,64,86); }
H1.HeaderClassName
{
color: #7D4056;
}
.AnyTagClassName
{
color: #7D4056;
}
</style>
background-color css
<style>
a { background-color: #7D4056; }
a { background-color: rgb(125,64,86); }
div.DivClassName
{
background-color: #7D4056;
}
.BgClassName
{
background-color: #7D4056;
}
</style>
border-color css
<style>
span { border-color: #7D4056; }
span { border-color: rgb(125,64,86); }
td.TdClassName
{
border-color: #7D4056;
}
.TagClassName
{
border-color: #7D4056;
}
</style>