Shades of Camelot #7C384A
Tints of Camelot #7C384A
RGB
CMYK
RGB Variations
Color information
#7C384A (or 0x7C384A) is known color: Camelot. HEX triplet: 7C, 38 and 4A. RGB value is (124,56,74). Sum of RGB (Red+Green+Blue) = 124+56+74=254 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.82% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 124 - color contains mainly: red. Hex color #7C384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C384A is #83C7B5. Grayscale: #4E4E4E. Windows color (decimal): -8636342 or 4864124. OLE color: 4864124.
HSL color Cylindrical-coordinate representation of color #7C384A: hue angle of 344.12º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C384A is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 74 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.51 |
| HSL | 344.12º | 0.38% | 0.35% | - |
| HSV(B) | 344.12º | 0.55% | 0.49% | - |
| XYZ | 10.96 | 7.61 | 7.37 | - |
| YUV | 78.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 74 | 0 | 0.55 | 0.40 | 0.51 | 344.12 | 0.38 | 0.35 |
| Hex | 7C | 38 | 4A | 0 | 37 | 28 | 33 | 158 | 26 | 23 |
| Octal | 174 | 70 | 112 | 0 | 67 | 50 | 63 | 530 | 46 | 43 |
| Binary | 1111100 | 111000 | 1001010 | 0 | 110111 | 101000 | 110011 | 101011000 | 100110 | 100011 |
Color Harmonies of #7C384A
Complementary color
Monochromatic Colors of #7C384A
Black with #7C384A
Text Example
Text Example
White with #7C384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C384A; }
p { color: rgb(124,56,74); }
H1.HeaderClassName
{
color: #7C384A;
}
.AnyTagClassName
{
color: #7C384A;
}
</style>
background-color css
<style>
a { background-color: #7C384A; }
a { background-color: rgb(124,56,74); }
div.DivClassName
{
background-color: #7C384A;
}
.BgClassName
{
background-color: #7C384A;
}
</style>
border-color css
<style>
span { border-color: #7C384A; }
span { border-color: rgb(124,56,74); }
td.TdClassName
{
border-color: #7C384A;
}
.TagClassName
{
border-color: #7C384A;
}
</style>