Shades of Camelot #7F3344
Tints of Camelot #7F3344
RGB
CMYK
RGB Variations
Color information
#7F3344 (or 0x7F3344) is known color: Camelot. HEX triplet: 7F, 33 and 44. RGB value is (127,51,68). Sum of RGB (Red+Green+Blue) = 127+51+68=246 (32% of max value = 765). Red value is 127 (50% from 255 or 51.63% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3344 is #80CCBB. Grayscale: #4B4B4B. Windows color (decimal): -8441020 or 4469631. OLE color: 4469631.
HSL color Cylindrical-coordinate representation of color #7F3344: hue angle of 346.58º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F3344 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 51 | 68 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.50 |
| HSL | 346.58º | 0.43% | 0.35% | - |
| HSV(B) | 346.58º | 0.6% | 0.5% | - |
| XYZ | 10.98 | 7.3 | 6.3 | - |
| YUV | 75.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 68 | 0 | 0.60 | 0.46 | 0.50 | 346.58 | 0.43 | 0.35 |
| Hex | 7F | 33 | 44 | 0 | 3C | 2E | 32 | 15B | 2B | 23 |
| Octal | 177 | 63 | 104 | 0 | 74 | 56 | 62 | 533 | 53 | 43 |
| Binary | 1111111 | 110011 | 1000100 | 0 | 111100 | 101110 | 110010 | 101011011 | 101011 | 100011 |
Color Harmonies of #7F3344
Complementary color
Monochromatic Colors of #7F3344
Black with #7F3344
Text Example
Text Example
White with #7F3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3344; }
p { color: rgb(127,51,68); }
H1.HeaderClassName
{
color: #7F3344;
}
.AnyTagClassName
{
color: #7F3344;
}
</style>
background-color css
<style>
a { background-color: #7F3344; }
a { background-color: rgb(127,51,68); }
div.DivClassName
{
background-color: #7F3344;
}
.BgClassName
{
background-color: #7F3344;
}
</style>
border-color css
<style>
span { border-color: #7F3344; }
span { border-color: rgb(127,51,68); }
td.TdClassName
{
border-color: #7F3344;
}
.TagClassName
{
border-color: #7F3344;
}
</style>