Shades of Camelot #764653
Tints of Camelot #764653
RGB
CMYK
RGB Variations
Color information
#764653 (or 0x764653) is known color: Camelot. HEX triplet: 76, 46 and 53. RGB value is (118,70,83). Sum of RGB (Red+Green+Blue) = 118+70+83=271 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.54% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 118 - color contains mainly: red. Hex color #764653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764653 is #89B9AC. Grayscale: #555555. Windows color (decimal): -9025965 or 5457526. OLE color: 5457526.
HSL color Cylindrical-coordinate representation of color #764653: hue angle of 343.75º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #764653 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 70 | 83 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.54 |
| HSL | 343.75º | 0.26% | 0.37% | - |
| HSV(B) | 343.75º | 0.41% | 0.46% | - |
| XYZ | 11.22 | 8.86 | 9.3 | - |
| YUV | 85.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 70 | 83 | 0 | 0.41 | 0.30 | 0.54 | 343.75 | 0.26 | 0.37 |
| Hex | 76 | 46 | 53 | 0 | 29 | 1E | 36 | 158 | 1A | 25 |
| Octal | 166 | 106 | 123 | 0 | 51 | 36 | 66 | 530 | 32 | 45 |
| Binary | 1110110 | 1000110 | 1010011 | 0 | 101001 | 11110 | 110110 | 101011000 | 11010 | 100101 |
Color Harmonies of #764653
Complementary color
Monochromatic Colors of #764653
Black with #764653
Text Example
Text Example
White with #764653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764653; }
p { color: rgb(118,70,83); }
H1.HeaderClassName
{
color: #764653;
}
.AnyTagClassName
{
color: #764653;
}
</style>
background-color css
<style>
a { background-color: #764653; }
a { background-color: rgb(118,70,83); }
div.DivClassName
{
background-color: #764653;
}
.BgClassName
{
background-color: #764653;
}
</style>
border-color css
<style>
span { border-color: #764653; }
span { border-color: rgb(118,70,83); }
td.TdClassName
{
border-color: #764653;
}
.TagClassName
{
border-color: #764653;
}
</style>