Shades of Camelot #76454E
Tints of Camelot #76454E
RGB
CMYK
RGB Variations
Color information
#76454E (or 0x76454E) is known color: Camelot. HEX triplet: 76, 45 and 4E. RGB value is (118,69,78). Sum of RGB (Red+Green+Blue) = 118+69+78=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76454E is #89BAB1. Grayscale: #545454. Windows color (decimal): -9026226 or 5129590. OLE color: 5129590.
HSL color Cylindrical-coordinate representation of color #76454E: hue angle of 348.98º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76454E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 78 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.54 |
| HSL | 348.98º | 0.26% | 0.37% | - |
| HSV(B) | 348.98º | 0.42% | 0.46% | - |
| XYZ | 10.97 | 8.66 | 8.3 | - |
| YUV | 84.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 78 | 0 | 0.42 | 0.34 | 0.54 | 348.98 | 0.26 | 0.37 |
| Hex | 76 | 45 | 4E | 0 | 2A | 22 | 36 | 15D | 1A | 25 |
| Octal | 166 | 105 | 116 | 0 | 52 | 42 | 66 | 535 | 32 | 45 |
| Binary | 1110110 | 1000101 | 1001110 | 0 | 101010 | 100010 | 110110 | 101011101 | 11010 | 100101 |
Color Harmonies of #76454E
Complementary color
Monochromatic Colors of #76454E
Black with #76454E
Text Example
Text Example
White with #76454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76454E; }
p { color: rgb(118,69,78); }
H1.HeaderClassName
{
color: #76454E;
}
.AnyTagClassName
{
color: #76454E;
}
</style>
background-color css
<style>
a { background-color: #76454E; }
a { background-color: rgb(118,69,78); }
div.DivClassName
{
background-color: #76454E;
}
.BgClassName
{
background-color: #76454E;
}
</style>
border-color css
<style>
span { border-color: #76454E; }
span { border-color: rgb(118,69,78); }
td.TdClassName
{
border-color: #76454E;
}
.TagClassName
{
border-color: #76454E;
}
</style>