Shades of Camelot #7B424A
Tints of Camelot #7B424A
RGB
CMYK
RGB Variations
Color information
#7B424A (or 0x7B424A) is known color: Camelot. HEX triplet: 7B, 42 and 4A. RGB value is (123,66,74). Sum of RGB (Red+Green+Blue) = 123+66+74=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B424A is #84BDB5. Grayscale: #535353. Windows color (decimal): -8699318 or 4866683. OLE color: 4866683.
HSL color Cylindrical-coordinate representation of color #7B424A: hue angle of 351.58º 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 #7B424A is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 74 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.52 |
| HSL | 351.58º | 0.3% | 0.37% | - |
| HSV(B) | 351.58º | 0.46% | 0.48% | - |
| XYZ | 11.35 | 8.6 | 7.54 | - |
| YUV | 83.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 74 | 0 | 0.46 | 0.40 | 0.52 | 351.58 | 0.3 | 0.37 |
| Hex | 7B | 42 | 4A | 0 | 2E | 28 | 34 | 160 | 1E | 25 |
| Octal | 173 | 102 | 112 | 0 | 56 | 50 | 64 | 540 | 36 | 45 |
| Binary | 1111011 | 1000010 | 1001010 | 0 | 101110 | 101000 | 110100 | 101100000 | 11110 | 100101 |
Color Harmonies of #7B424A
Complementary color
Monochromatic Colors of #7B424A
Black with #7B424A
Text Example
Text Example
White with #7B424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B424A; }
p { color: rgb(123,66,74); }
H1.HeaderClassName
{
color: #7B424A;
}
.AnyTagClassName
{
color: #7B424A;
}
</style>
background-color css
<style>
a { background-color: #7B424A; }
a { background-color: rgb(123,66,74); }
div.DivClassName
{
background-color: #7B424A;
}
.BgClassName
{
background-color: #7B424A;
}
</style>
border-color css
<style>
span { border-color: #7B424A; }
span { border-color: rgb(123,66,74); }
td.TdClassName
{
border-color: #7B424A;
}
.TagClassName
{
border-color: #7B424A;
}
</style>