Shades of Camelot #764451
Tints of Camelot #764451
RGB
CMYK
RGB Variations
Color information
#764451 (or 0x764451) is known color: Camelot. HEX triplet: 76, 44 and 51. RGB value is (118,68,81). Sum of RGB (Red+Green+Blue) = 118+68+81=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #764451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764451 is #89BBAE. Grayscale: #545454. Windows color (decimal): -9026479 or 5325942. OLE color: 5325942.
HSL color Cylindrical-coordinate representation of color #764451: hue angle of 344.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764451 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 81 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.54 |
| HSL | 344.4º | 0.27% | 0.36% | - |
| HSV(B) | 344.4º | 0.42% | 0.46% | - |
| XYZ | 11.02 | 8.58 | 8.86 | - |
| YUV | 84.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 81 | 0 | 0.42 | 0.31 | 0.54 | 344.4 | 0.27 | 0.36 |
| Hex | 76 | 44 | 51 | 0 | 2A | 1F | 36 | 158 | 1B | 24 |
| Octal | 166 | 104 | 121 | 0 | 52 | 37 | 66 | 530 | 33 | 44 |
| Binary | 1110110 | 1000100 | 1010001 | 0 | 101010 | 11111 | 110110 | 101011000 | 11011 | 100100 |
Color Harmonies of #764451
Complementary color
Monochromatic Colors of #764451
Black with #764451
Text Example
Text Example
White with #764451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764451; }
p { color: rgb(118,68,81); }
H1.HeaderClassName
{
color: #764451;
}
.AnyTagClassName
{
color: #764451;
}
</style>
background-color css
<style>
a { background-color: #764451; }
a { background-color: rgb(118,68,81); }
div.DivClassName
{
background-color: #764451;
}
.BgClassName
{
background-color: #764451;
}
</style>
border-color css
<style>
span { border-color: #764451; }
span { border-color: rgb(118,68,81); }
td.TdClassName
{
border-color: #764451;
}
.TagClassName
{
border-color: #764451;
}
</style>