Shades of Camelot #7F3D56
Tints of Camelot #7F3D56
RGB
CMYK
RGB Variations
Color information
#7F3D56 (or 0x7F3D56) is known color: Camelot. HEX triplet: 7F, 3D and 56. RGB value is (127,61,86). Sum of RGB (Red+Green+Blue) = 127+61+86=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3D56 is #80C2A9. Grayscale: #535353. Windows color (decimal): -8438442 or 5651839. OLE color: 5651839.
HSL color Cylindrical-coordinate representation of color #7F3D56: hue angle of 337.27º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F3D56 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 61 | 86 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.50 |
| HSL | 337.27º | 0.35% | 0.37% | - |
| HSV(B) | 337.27º | 0.52% | 0.5% | - |
| XYZ | 12.1 | 8.52 | 9.81 | - |
| YUV | 83.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 61 | 86 | 0 | 0.52 | 0.32 | 0.50 | 337.27 | 0.35 | 0.37 |
| Hex | 7F | 3D | 56 | 0 | 34 | 20 | 32 | 151 | 23 | 25 |
| Octal | 177 | 75 | 126 | 0 | 64 | 40 | 62 | 521 | 43 | 45 |
| Binary | 1111111 | 111101 | 1010110 | 0 | 110100 | 100000 | 110010 | 101010001 | 100011 | 100101 |
Color Harmonies of #7F3D56
Complementary color
Monochromatic Colors of #7F3D56
Black with #7F3D56
Text Example
Text Example
White with #7F3D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3D56; }
p { color: rgb(127,61,86); }
H1.HeaderClassName
{
color: #7F3D56;
}
.AnyTagClassName
{
color: #7F3D56;
}
</style>
background-color css
<style>
a { background-color: #7F3D56; }
a { background-color: rgb(127,61,86); }
div.DivClassName
{
background-color: #7F3D56;
}
.BgClassName
{
background-color: #7F3D56;
}
</style>
border-color css
<style>
span { border-color: #7F3D56; }
span { border-color: rgb(127,61,86); }
td.TdClassName
{
border-color: #7F3D56;
}
.TagClassName
{
border-color: #7F3D56;
}
</style>