Shades of Camelot #7F3953
Tints of Camelot #7F3953
RGB
CMYK
RGB Variations
Color information
#7F3953 (or 0x7F3953) is known color: Camelot. HEX triplet: 7F, 39 and 53. RGB value is (127,57,83). Sum of RGB (Red+Green+Blue) = 127+57+83=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3953 is #80C6AC. Grayscale: #505050. Windows color (decimal): -8439469 or 5454207. OLE color: 5454207.
HSL color Cylindrical-coordinate representation of color #7F3953: hue angle of 337.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F3953 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 57 | 83 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.50 |
| HSL | 337.71º | 0.38% | 0.36% | - |
| HSV(B) | 337.71º | 0.55% | 0.5% | - |
| XYZ | 11.78 | 8.06 | 9.12 | - |
| YUV | 80.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 83 | 0 | 0.55 | 0.35 | 0.50 | 337.71 | 0.38 | 0.36 |
| Hex | 7F | 39 | 53 | 0 | 37 | 23 | 32 | 152 | 26 | 24 |
| Octal | 177 | 71 | 123 | 0 | 67 | 43 | 62 | 522 | 46 | 44 |
| Binary | 1111111 | 111001 | 1010011 | 0 | 110111 | 100011 | 110010 | 101010010 | 100110 | 100100 |
Color Harmonies of #7F3953
Complementary color
Monochromatic Colors of #7F3953
Black with #7F3953
Text Example
Text Example
White with #7F3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3953; }
p { color: rgb(127,57,83); }
H1.HeaderClassName
{
color: #7F3953;
}
.AnyTagClassName
{
color: #7F3953;
}
</style>
background-color css
<style>
a { background-color: #7F3953; }
a { background-color: rgb(127,57,83); }
div.DivClassName
{
background-color: #7F3953;
}
.BgClassName
{
background-color: #7F3953;
}
</style>
border-color css
<style>
span { border-color: #7F3953; }
span { border-color: rgb(127,57,83); }
td.TdClassName
{
border-color: #7F3953;
}
.TagClassName
{
border-color: #7F3953;
}
</style>