Shades of Camelot #764952
Tints of Camelot #764952
RGB
CMYK
RGB Variations
Color information
#764952 (or 0x764952) is known color: Camelot. HEX triplet: 76, 49 and 52. RGB value is (118,73,82). Sum of RGB (Red+Green+Blue) = 118+73+82=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 118 - color contains mainly: red. Hex color #764952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764952 is #89B6AD. Grayscale: #575757. Windows color (decimal): -9025198 or 5392758. OLE color: 5392758.
HSL color Cylindrical-coordinate representation of color #764952: hue angle of 348º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #764952 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 73 | 82 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.54 |
| HSL | 348º | 0.24% | 0.37% | - |
| HSV(B) | 348º | 0.38% | 0.46% | - |
| XYZ | 11.38 | 9.23 | 9.16 | - |
| YUV | 87.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 73 | 82 | 0 | 0.38 | 0.31 | 0.54 | 348 | 0.24 | 0.37 |
| Hex | 76 | 49 | 52 | 0 | 26 | 1F | 36 | 15C | 18 | 25 |
| Octal | 166 | 111 | 122 | 0 | 46 | 37 | 66 | 534 | 30 | 45 |
| Binary | 1110110 | 1001001 | 1010010 | 0 | 100110 | 11111 | 110110 | 101011100 | 11000 | 100101 |
Color Harmonies of #764952
Complementary color
Monochromatic Colors of #764952
Black with #764952
Text Example
Text Example
White with #764952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764952; }
p { color: rgb(118,73,82); }
H1.HeaderClassName
{
color: #764952;
}
.AnyTagClassName
{
color: #764952;
}
</style>
background-color css
<style>
a { background-color: #764952; }
a { background-color: rgb(118,73,82); }
div.DivClassName
{
background-color: #764952;
}
.BgClassName
{
background-color: #764952;
}
</style>
border-color css
<style>
span { border-color: #764952; }
span { border-color: rgb(118,73,82); }
td.TdClassName
{
border-color: #764952;
}
.TagClassName
{
border-color: #764952;
}
</style>