Shades of Camelot #7B394C
Tints of Camelot #7B394C
RGB
CMYK
RGB Variations
Color information
#7B394C (or 0x7B394C) is known color: Camelot. HEX triplet: 7B, 39 and 4C. RGB value is (123,57,76). Sum of RGB (Red+Green+Blue) = 123+57+76=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B394C is #84C6B3. Grayscale: #4E4E4E. Windows color (decimal): -8701620 or 4995451. OLE color: 4995451.
HSL color Cylindrical-coordinate representation of color #7B394C: hue angle of 342.73º 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 #7B394C is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 57 | 76 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.52 |
| HSL | 342.73º | 0.37% | 0.35% | - |
| HSV(B) | 342.73º | 0.54% | 0.48% | - |
| XYZ | 10.94 | 7.66 | 7.74 | - |
| YUV | 78.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 76 | 0 | 0.54 | 0.38 | 0.52 | 342.73 | 0.37 | 0.35 |
| Hex | 7B | 39 | 4C | 0 | 36 | 26 | 34 | 157 | 25 | 23 |
| Octal | 173 | 71 | 114 | 0 | 66 | 46 | 64 | 527 | 45 | 43 |
| Binary | 1111011 | 111001 | 1001100 | 0 | 110110 | 100110 | 110100 | 101010111 | 100101 | 100011 |
Color Harmonies of #7B394C
Complementary color
Monochromatic Colors of #7B394C
Black with #7B394C
Text Example
Text Example
White with #7B394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B394C; }
p { color: rgb(123,57,76); }
H1.HeaderClassName
{
color: #7B394C;
}
.AnyTagClassName
{
color: #7B394C;
}
</style>
background-color css
<style>
a { background-color: #7B394C; }
a { background-color: rgb(123,57,76); }
div.DivClassName
{
background-color: #7B394C;
}
.BgClassName
{
background-color: #7B394C;
}
</style>
border-color css
<style>
span { border-color: #7B394C; }
span { border-color: rgb(123,57,76); }
td.TdClassName
{
border-color: #7B394C;
}
.TagClassName
{
border-color: #7B394C;
}
</style>