Shades of Camelot #7B454F
Tints of Camelot #7B454F
RGB
CMYK
RGB Variations
Color information
#7B454F (or 0x7B454F) is known color: Camelot. HEX triplet: 7B, 45 and 4F. RGB value is (123,69,79). Sum of RGB (Red+Green+Blue) = 123+69+79=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B454F is #84BAB0. Grayscale: #565656. Windows color (decimal): -8698545 or 5195131. OLE color: 5195131.
HSL color Cylindrical-coordinate representation of color #7B454F: hue angle of 348.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B454F is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 79 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.52 |
| HSL | 348.89º | 0.28% | 0.38% | - |
| HSV(B) | 348.89º | 0.44% | 0.48% | - |
| XYZ | 11.71 | 9.03 | 8.52 | - |
| YUV | 86.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 79 | 0 | 0.44 | 0.36 | 0.52 | 348.89 | 0.28 | 0.38 |
| Hex | 7B | 45 | 4F | 0 | 2C | 24 | 34 | 15D | 1C | 26 |
| Octal | 173 | 105 | 117 | 0 | 54 | 44 | 64 | 535 | 34 | 46 |
| Binary | 1111011 | 1000101 | 1001111 | 0 | 101100 | 100100 | 110100 | 101011101 | 11100 | 100110 |
Color Harmonies of #7B454F
Complementary color
Monochromatic Colors of #7B454F
Black with #7B454F
Text Example
Text Example
White with #7B454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B454F; }
p { color: rgb(123,69,79); }
H1.HeaderClassName
{
color: #7B454F;
}
.AnyTagClassName
{
color: #7B454F;
}
</style>
background-color css
<style>
a { background-color: #7B454F; }
a { background-color: rgb(123,69,79); }
div.DivClassName
{
background-color: #7B454F;
}
.BgClassName
{
background-color: #7B454F;
}
</style>
border-color css
<style>
span { border-color: #7B454F; }
span { border-color: rgb(123,69,79); }
td.TdClassName
{
border-color: #7B454F;
}
.TagClassName
{
border-color: #7B454F;
}
</style>