Shades of Camelot #764051
Tints of Camelot #764051
RGB
CMYK
RGB Variations
Color information
#764051 (or 0x764051) is known color: Camelot. HEX triplet: 76, 40 and 51. RGB value is (118,64,81). Sum of RGB (Red+Green+Blue) = 118+64+81=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #764051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764051 is #89BFAE. Grayscale: #525252. Windows color (decimal): -9027503 or 5324918. OLE color: 5324918.
HSL color Cylindrical-coordinate representation of color #764051: hue angle of 341.11º 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 #764051 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 81 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.54 |
| HSL | 341.11º | 0.3% | 0.36% | - |
| HSV(B) | 341.11º | 0.46% | 0.46% | - |
| XYZ | 10.79 | 8.11 | 8.78 | - |
| YUV | 82.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 81 | 0 | 0.46 | 0.31 | 0.54 | 341.11 | 0.3 | 0.36 |
| Hex | 76 | 40 | 51 | 0 | 2E | 1F | 36 | 155 | 1E | 24 |
| Octal | 166 | 100 | 121 | 0 | 56 | 37 | 66 | 525 | 36 | 44 |
| Binary | 1110110 | 1000000 | 1010001 | 0 | 101110 | 11111 | 110110 | 101010101 | 11110 | 100100 |
Color Harmonies of #764051
Complementary color
Monochromatic Colors of #764051
Black with #764051
Text Example
Text Example
White with #764051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764051; }
p { color: rgb(118,64,81); }
H1.HeaderClassName
{
color: #764051;
}
.AnyTagClassName
{
color: #764051;
}
</style>
background-color css
<style>
a { background-color: #764051; }
a { background-color: rgb(118,64,81); }
div.DivClassName
{
background-color: #764051;
}
.BgClassName
{
background-color: #764051;
}
</style>
border-color css
<style>
span { border-color: #764051; }
span { border-color: rgb(118,64,81); }
td.TdClassName
{
border-color: #764051;
}
.TagClassName
{
border-color: #764051;
}
</style>