Shades of Camelot #764551
Tints of Camelot #764551
RGB
CMYK
RGB Variations
Color information
#764551 (or 0x764551) is known color: Camelot. HEX triplet: 76, 45 and 51. RGB value is (118,69,81). Sum of RGB (Red+Green+Blue) = 118+69+81=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764551 is #89BAAE. Grayscale: #555555. Windows color (decimal): -9026223 or 5326198. OLE color: 5326198.
HSL color Cylindrical-coordinate representation of color #764551: hue angle of 345.31º 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 #764551 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 81 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.54 |
| HSL | 345.31º | 0.26% | 0.37% | - |
| HSV(B) | 345.31º | 0.42% | 0.46% | - |
| XYZ | 11.08 | 8.7 | 8.88 | - |
| YUV | 85.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 81 | 0 | 0.42 | 0.31 | 0.54 | 345.31 | 0.26 | 0.37 |
| Hex | 76 | 45 | 51 | 0 | 2A | 1F | 36 | 159 | 1A | 25 |
| Octal | 166 | 105 | 121 | 0 | 52 | 37 | 66 | 531 | 32 | 45 |
| Binary | 1110110 | 1000101 | 1010001 | 0 | 101010 | 11111 | 110110 | 101011001 | 11010 | 100101 |
Color Harmonies of #764551
Complementary color
Monochromatic Colors of #764551
Black with #764551
Text Example
Text Example
White with #764551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764551; }
p { color: rgb(118,69,81); }
H1.HeaderClassName
{
color: #764551;
}
.AnyTagClassName
{
color: #764551;
}
</style>
background-color css
<style>
a { background-color: #764551; }
a { background-color: rgb(118,69,81); }
div.DivClassName
{
background-color: #764551;
}
.BgClassName
{
background-color: #764551;
}
</style>
border-color css
<style>
span { border-color: #764551; }
span { border-color: rgb(118,69,81); }
td.TdClassName
{
border-color: #764551;
}
.TagClassName
{
border-color: #764551;
}
</style>