Shades of Camelot #7C414B
Tints of Camelot #7C414B
RGB
CMYK
RGB Variations
Color information
#7C414B (or 0x7C414B) is known color: Camelot. HEX triplet: 7C, 41 and 4B. RGB value is (124,65,75). Sum of RGB (Red+Green+Blue) = 124+65+75=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C414B is #83BEB4. Grayscale: #535353. Windows color (decimal): -8634037 or 4931964. OLE color: 4931964.
HSL color Cylindrical-coordinate representation of color #7C414B: hue angle of 349.83º 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 #7C414B is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 65 | 75 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.51 |
| HSL | 349.83º | 0.31% | 0.37% | - |
| HSV(B) | 349.83º | 0.48% | 0.49% | - |
| XYZ | 11.47 | 8.57 | 7.71 | - |
| YUV | 83.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 65 | 75 | 0 | 0.48 | 0.40 | 0.51 | 349.83 | 0.31 | 0.37 |
| Hex | 7C | 41 | 4B | 0 | 30 | 28 | 33 | 15E | 1F | 25 |
| Octal | 174 | 101 | 113 | 0 | 60 | 50 | 63 | 536 | 37 | 45 |
| Binary | 1111100 | 1000001 | 1001011 | 0 | 110000 | 101000 | 110011 | 101011110 | 11111 | 100101 |
Color Harmonies of #7C414B
Complementary color
Monochromatic Colors of #7C414B
Black with #7C414B
Text Example
Text Example
White with #7C414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C414B; }
p { color: rgb(124,65,75); }
H1.HeaderClassName
{
color: #7C414B;
}
.AnyTagClassName
{
color: #7C414B;
}
</style>
background-color css
<style>
a { background-color: #7C414B; }
a { background-color: rgb(124,65,75); }
div.DivClassName
{
background-color: #7C414B;
}
.BgClassName
{
background-color: #7C414B;
}
</style>
border-color css
<style>
span { border-color: #7C414B; }
span { border-color: rgb(124,65,75); }
td.TdClassName
{
border-color: #7C414B;
}
.TagClassName
{
border-color: #7C414B;
}
</style>