Shades of Camelot #7B424C
Tints of Camelot #7B424C
RGB
CMYK
RGB Variations
Color information
#7B424C (or 0x7B424C) is known color: Camelot. HEX triplet: 7B, 42 and 4C. RGB value is (123,66,76). Sum of RGB (Red+Green+Blue) = 123+66+76=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B424C is #84BDB3. Grayscale: #545454. Windows color (decimal): -8699316 or 4997755. OLE color: 4997755.
HSL color Cylindrical-coordinate representation of color #7B424C: hue angle of 349.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B424C is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 76 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.52 |
| HSL | 349.47º | 0.3% | 0.37% | - |
| HSV(B) | 349.47º | 0.46% | 0.48% | - |
| XYZ | 11.42 | 8.63 | 7.9 | - |
| YUV | 84.18 | 123.38 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 76 | 0 | 0.46 | 0.38 | 0.52 | 349.47 | 0.3 | 0.37 |
| Hex | 7B | 42 | 4C | 0 | 2E | 26 | 34 | 15D | 1E | 25 |
| Octal | 173 | 102 | 114 | 0 | 56 | 46 | 64 | 535 | 36 | 45 |
| Binary | 1111011 | 1000010 | 1001100 | 0 | 101110 | 100110 | 110100 | 101011101 | 11110 | 100101 |
Color Harmonies of #7B424C
Complementary color
Monochromatic Colors of #7B424C
Black with #7B424C
Text Example
Text Example
White with #7B424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B424C; }
p { color: rgb(123,66,76); }
H1.HeaderClassName
{
color: #7B424C;
}
.AnyTagClassName
{
color: #7B424C;
}
</style>
background-color css
<style>
a { background-color: #7B424C; }
a { background-color: rgb(123,66,76); }
div.DivClassName
{
background-color: #7B424C;
}
.BgClassName
{
background-color: #7B424C;
}
</style>
border-color css
<style>
span { border-color: #7B424C; }
span { border-color: rgb(123,66,76); }
td.TdClassName
{
border-color: #7B424C;
}
.TagClassName
{
border-color: #7B424C;
}
</style>