Shades of Camelot #7C414F
Tints of Camelot #7C414F
RGB
CMYK
RGB Variations
Color information
#7C414F (or 0x7C414F) is known color: Camelot. HEX triplet: 7C, 41 and 4F. RGB value is (124,65,79). Sum of RGB (Red+Green+Blue) = 124+65+79=268 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.27% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 124 - color contains mainly: red. Hex color #7C414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C414F is #83BEB0. Grayscale: #545454. Windows color (decimal): -8634033 or 5194108. OLE color: 5194108.
HSL color Cylindrical-coordinate representation of color #7C414F: hue angle of 345.76º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C414F is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 79 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.51 |
| HSL | 345.76º | 0.31% | 0.37% | - |
| HSV(B) | 345.76º | 0.48% | 0.49% | - |
| XYZ | 11.61 | 8.63 | 8.45 | - |
| YUV | 84.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 79 | 0 | 0.48 | 0.36 | 0.51 | 345.76 | 0.31 | 0.37 |
| Hex | 7C | 41 | 4F | 0 | 30 | 24 | 33 | 15A | 1F | 25 |
| Octal | 174 | 101 | 117 | 0 | 60 | 44 | 63 | 532 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1001111 | 0 | 110000 | 100100 | 110011 | 101011010 | 11111 | 100101 |
Color Harmonies of #7C414F
Complementary color
Monochromatic Colors of #7C414F
Black with #7C414F
Text Example
Text Example
White with #7C414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C414F; }
p { color: rgb(124,65,79); }
H1.HeaderClassName
{
color: #7C414F;
}
.AnyTagClassName
{
color: #7C414F;
}
</style>
background-color css
<style>
a { background-color: #7C414F; }
a { background-color: rgb(124,65,79); }
div.DivClassName
{
background-color: #7C414F;
}
.BgClassName
{
background-color: #7C414F;
}
</style>
border-color css
<style>
span { border-color: #7C414F; }
span { border-color: rgb(124,65,79); }
td.TdClassName
{
border-color: #7C414F;
}
.TagClassName
{
border-color: #7C414F;
}
</style>