Shades of Camelot #7F3646
Tints of Camelot #7F3646
RGB
CMYK
RGB Variations
Color information
#7F3646 (or 0x7F3646) is known color: Camelot. HEX triplet: 7F, 36 and 46. RGB value is (127,54,70). Sum of RGB (Red+Green+Blue) = 127+54+70=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3646 is #80C9B9. Grayscale: #4D4D4D. Windows color (decimal): -8440250 or 4601471. OLE color: 4601471.
HSL color Cylindrical-coordinate representation of color #7F3646: hue angle of 346.85º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3646 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 70 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.50 |
| HSL | 346.85º | 0.4% | 0.35% | - |
| HSV(B) | 346.85º | 0.57% | 0.5% | - |
| XYZ | 11.18 | 7.59 | 6.67 | - |
| YUV | 77.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 70 | 0 | 0.57 | 0.45 | 0.50 | 346.85 | 0.4 | 0.35 |
| Hex | 7F | 36 | 46 | 0 | 39 | 2D | 32 | 15B | 28 | 23 |
| Octal | 177 | 66 | 106 | 0 | 71 | 55 | 62 | 533 | 50 | 43 |
| Binary | 1111111 | 110110 | 1000110 | 0 | 111001 | 101101 | 110010 | 101011011 | 101000 | 100011 |
Color Harmonies of #7F3646
Complementary color
Monochromatic Colors of #7F3646
Black with #7F3646
Text Example
Text Example
White with #7F3646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3646; }
p { color: rgb(127,54,70); }
H1.HeaderClassName
{
color: #7F3646;
}
.AnyTagClassName
{
color: #7F3646;
}
</style>
background-color css
<style>
a { background-color: #7F3646; }
a { background-color: rgb(127,54,70); }
div.DivClassName
{
background-color: #7F3646;
}
.BgClassName
{
background-color: #7F3646;
}
</style>
border-color css
<style>
span { border-color: #7F3646; }
span { border-color: rgb(127,54,70); }
td.TdClassName
{
border-color: #7F3646;
}
.TagClassName
{
border-color: #7F3646;
}
</style>