Shades of Camelot #7B434C
Tints of Camelot #7B434C
RGB
CMYK
RGB Variations
Color information
#7B434C (or 0x7B434C) is known color: Camelot. HEX triplet: 7B, 43 and 4C. RGB value is (123,67,76). Sum of RGB (Red+Green+Blue) = 123+67+76=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B434C is #84BCB3. Grayscale: #545454. Windows color (decimal): -8699060 or 4998011. OLE color: 4998011.
HSL color Cylindrical-coordinate representation of color #7B434C: hue angle of 350.36º degrees, saturation: 0.29, 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 #7B434C is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 76 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.52 |
| HSL | 350.36º | 0.29% | 0.37% | - |
| HSV(B) | 350.36º | 0.46% | 0.48% | - |
| XYZ | 11.48 | 8.75 | 7.92 | - |
| YUV | 84.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 76 | 0 | 0.46 | 0.38 | 0.52 | 350.36 | 0.29 | 0.37 |
| Hex | 7B | 43 | 4C | 0 | 2E | 26 | 34 | 15E | 1D | 25 |
| Octal | 173 | 103 | 114 | 0 | 56 | 46 | 64 | 536 | 35 | 45 |
| Binary | 1111011 | 1000011 | 1001100 | 0 | 101110 | 100110 | 110100 | 101011110 | 11101 | 100101 |
Color Harmonies of #7B434C
Complementary color
Monochromatic Colors of #7B434C
Black with #7B434C
Text Example
Text Example
White with #7B434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B434C; }
p { color: rgb(123,67,76); }
H1.HeaderClassName
{
color: #7B434C;
}
.AnyTagClassName
{
color: #7B434C;
}
</style>
background-color css
<style>
a { background-color: #7B434C; }
a { background-color: rgb(123,67,76); }
div.DivClassName
{
background-color: #7B434C;
}
.BgClassName
{
background-color: #7B434C;
}
</style>
border-color css
<style>
span { border-color: #7B434C; }
span { border-color: rgb(123,67,76); }
td.TdClassName
{
border-color: #7B434C;
}
.TagClassName
{
border-color: #7B434C;
}
</style>