Shades of Camelot #764050
Tints of Camelot #764050
RGB
CMYK
RGB Variations
Color information
#764050 (or 0x764050) is known color: Camelot. HEX triplet: 76, 40 and 50. RGB value is (118,64,80). Sum of RGB (Red+Green+Blue) = 118+64+80=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #764050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764050 is #89BFAF. Grayscale: #515151. Windows color (decimal): -9027504 or 5259382. OLE color: 5259382.
HSL color Cylindrical-coordinate representation of color #764050: hue angle of 342.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764050 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 80 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.54 |
| HSL | 342.22º | 0.3% | 0.36% | - |
| HSV(B) | 342.22º | 0.46% | 0.46% | - |
| XYZ | 10.75 | 8.1 | 8.59 | - |
| YUV | 81.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 80 | 0 | 0.46 | 0.32 | 0.54 | 342.22 | 0.3 | 0.36 |
| Hex | 76 | 40 | 50 | 0 | 2E | 20 | 36 | 156 | 1E | 24 |
| Octal | 166 | 100 | 120 | 0 | 56 | 40 | 66 | 526 | 36 | 44 |
| Binary | 1110110 | 1000000 | 1010000 | 0 | 101110 | 100000 | 110110 | 101010110 | 11110 | 100100 |
Color Harmonies of #764050
Complementary color
Monochromatic Colors of #764050
Black with #764050
Text Example
Text Example
White with #764050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764050; }
p { color: rgb(118,64,80); }
H1.HeaderClassName
{
color: #764050;
}
.AnyTagClassName
{
color: #764050;
}
</style>
background-color css
<style>
a { background-color: #764050; }
a { background-color: rgb(118,64,80); }
div.DivClassName
{
background-color: #764050;
}
.BgClassName
{
background-color: #764050;
}
</style>
border-color css
<style>
span { border-color: #764050; }
span { border-color: rgb(118,64,80); }
td.TdClassName
{
border-color: #764050;
}
.TagClassName
{
border-color: #764050;
}
</style>