Shades of Camelot #7F4551
Tints of Camelot #7F4551
RGB
CMYK
RGB Variations
Color information
#7F4551 (or 0x7F4551) is known color: Camelot. HEX triplet: 7F, 45 and 51. RGB value is (127,69,81). Sum of RGB (Red+Green+Blue) = 127+69+81=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4551 is #80BAAE. Grayscale: #575757. Windows color (decimal): -8436399 or 5326207. OLE color: 5326207.
HSL color Cylindrical-coordinate representation of color #7F4551: hue angle of 347.59º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4551 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 81 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.50 |
| HSL | 347.59º | 0.3% | 0.38% | - |
| HSV(B) | 347.59º | 0.46% | 0.5% | - |
| XYZ | 12.37 | 9.36 | 8.94 | - |
| YUV | 87.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 81 | 0 | 0.46 | 0.36 | 0.50 | 347.59 | 0.3 | 0.38 |
| Hex | 7F | 45 | 51 | 0 | 2E | 24 | 32 | 15C | 1E | 26 |
| Octal | 177 | 105 | 121 | 0 | 56 | 44 | 62 | 534 | 36 | 46 |
| Binary | 1111111 | 1000101 | 1010001 | 0 | 101110 | 100100 | 110010 | 101011100 | 11110 | 100110 |
Color Harmonies of #7F4551
Complementary color
Monochromatic Colors of #7F4551
Black with #7F4551
Text Example
Text Example
White with #7F4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4551; }
p { color: rgb(127,69,81); }
H1.HeaderClassName
{
color: #7F4551;
}
.AnyTagClassName
{
color: #7F4551;
}
</style>
background-color css
<style>
a { background-color: #7F4551; }
a { background-color: rgb(127,69,81); }
div.DivClassName
{
background-color: #7F4551;
}
.BgClassName
{
background-color: #7F4551;
}
</style>
border-color css
<style>
span { border-color: #7F4551; }
span { border-color: rgb(127,69,81); }
td.TdClassName
{
border-color: #7F4551;
}
.TagClassName
{
border-color: #7F4551;
}
</style>