Shades of Camelot #7B384C
Tints of Camelot #7B384C
RGB
CMYK
RGB Variations
Color information
#7B384C (or 0x7B384C) is known color: Camelot. HEX triplet: 7B, 38 and 4C. RGB value is (123,56,76). Sum of RGB (Red+Green+Blue) = 123+56+76=255 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.24% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 123 - color contains mainly: red. Hex color #7B384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B384C is #84C7B3. Grayscale: #4E4E4E. Windows color (decimal): -8701876 or 4995195. OLE color: 4995195.
HSL color Cylindrical-coordinate representation of color #7B384C: hue angle of 342.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B384C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 76 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.52 |
| HSL | 342.09º | 0.37% | 0.35% | - |
| HSV(B) | 342.09º | 0.54% | 0.48% | - |
| XYZ | 10.89 | 7.56 | 7.72 | - |
| YUV | 78.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 76 | 0 | 0.54 | 0.38 | 0.52 | 342.09 | 0.37 | 0.35 |
| Hex | 7B | 38 | 4C | 0 | 36 | 26 | 34 | 156 | 25 | 23 |
| Octal | 173 | 70 | 114 | 0 | 66 | 46 | 64 | 526 | 45 | 43 |
| Binary | 1111011 | 111000 | 1001100 | 0 | 110110 | 100110 | 110100 | 101010110 | 100101 | 100011 |
Color Harmonies of #7B384C
Complementary color
Monochromatic Colors of #7B384C
Black with #7B384C
Text Example
Text Example
White with #7B384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B384C; }
p { color: rgb(123,56,76); }
H1.HeaderClassName
{
color: #7B384C;
}
.AnyTagClassName
{
color: #7B384C;
}
</style>
background-color css
<style>
a { background-color: #7B384C; }
a { background-color: rgb(123,56,76); }
div.DivClassName
{
background-color: #7B384C;
}
.BgClassName
{
background-color: #7B384C;
}
</style>
border-color css
<style>
span { border-color: #7B384C; }
span { border-color: rgb(123,56,76); }
td.TdClassName
{
border-color: #7B384C;
}
.TagClassName
{
border-color: #7B384C;
}
</style>