Shades of Camelot #764750
Tints of Camelot #764750
RGB
CMYK
RGB Variations
Color information
#764750 (or 0x764750) is known color: Camelot. HEX triplet: 76, 47 and 50. RGB value is (118,71,80). Sum of RGB (Red+Green+Blue) = 118+71+80=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764750 is #89B8AF. Grayscale: #565656. Windows color (decimal): -9025712 or 5261174. OLE color: 5261174.
HSL color Cylindrical-coordinate representation of color #764750: hue angle of 348.51º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764750 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 71 | 80 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.54 |
| HSL | 348.51º | 0.25% | 0.37% | - |
| HSV(B) | 348.51º | 0.4% | 0.46% | - |
| XYZ | 11.17 | 8.94 | 8.73 | - |
| YUV | 86.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 71 | 80 | 0 | 0.40 | 0.32 | 0.54 | 348.51 | 0.25 | 0.37 |
| Hex | 76 | 47 | 50 | 0 | 28 | 20 | 36 | 15D | 19 | 25 |
| Octal | 166 | 107 | 120 | 0 | 50 | 40 | 66 | 535 | 31 | 45 |
| Binary | 1110110 | 1000111 | 1010000 | 0 | 101000 | 100000 | 110110 | 101011101 | 11001 | 100101 |
Color Harmonies of #764750
Complementary color
Monochromatic Colors of #764750
Black with #764750
Text Example
Text Example
White with #764750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764750; }
p { color: rgb(118,71,80); }
H1.HeaderClassName
{
color: #764750;
}
.AnyTagClassName
{
color: #764750;
}
</style>
background-color css
<style>
a { background-color: #764750; }
a { background-color: rgb(118,71,80); }
div.DivClassName
{
background-color: #764750;
}
.BgClassName
{
background-color: #764750;
}
</style>
border-color css
<style>
span { border-color: #764750; }
span { border-color: rgb(118,71,80); }
td.TdClassName
{
border-color: #764750;
}
.TagClassName
{
border-color: #764750;
}
</style>