Shades of Camelot #764552
Tints of Camelot #764552
RGB
CMYK
RGB Variations
Color information
#764552 (or 0x764552) is known color: Camelot. HEX triplet: 76, 45 and 52. RGB value is (118,69,82). Sum of RGB (Red+Green+Blue) = 118+69+82=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #764552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764552 is #89BAAD. Grayscale: #555555. Windows color (decimal): -9026222 or 5391734. OLE color: 5391734.
HSL color Cylindrical-coordinate representation of color #764552: hue angle of 344.08º 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 #764552 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 69 | 82 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.54 |
| HSL | 344.08º | 0.26% | 0.37% | - |
| HSV(B) | 344.08º | 0.42% | 0.46% | - |
| XYZ | 11.12 | 8.72 | 9.08 | - |
| YUV | 85.13 | 126.23 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 69 | 82 | 0 | 0.42 | 0.31 | 0.54 | 344.08 | 0.26 | 0.37 |
| Hex | 76 | 45 | 52 | 0 | 2A | 1F | 36 | 158 | 1A | 25 |
| Octal | 166 | 105 | 122 | 0 | 52 | 37 | 66 | 530 | 32 | 45 |
| Binary | 1110110 | 1000101 | 1010010 | 0 | 101010 | 11111 | 110110 | 101011000 | 11010 | 100101 |
Color Harmonies of #764552
Complementary color
Monochromatic Colors of #764552
Black with #764552
Text Example
Text Example
White with #764552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764552; }
p { color: rgb(118,69,82); }
H1.HeaderClassName
{
color: #764552;
}
.AnyTagClassName
{
color: #764552;
}
</style>
background-color css
<style>
a { background-color: #764552; }
a { background-color: rgb(118,69,82); }
div.DivClassName
{
background-color: #764552;
}
.BgClassName
{
background-color: #764552;
}
</style>
border-color css
<style>
span { border-color: #764552; }
span { border-color: rgb(118,69,82); }
td.TdClassName
{
border-color: #764552;
}
.TagClassName
{
border-color: #764552;
}
</style>