Shades of Camelot #763A47
Tints of Camelot #763A47
RGB
CMYK
RGB Variations
Color information
#763A47 (or 0x763A47) is known color: Camelot. HEX triplet: 76, 3A and 47. RGB value is (118,58,71). Sum of RGB (Red+Green+Blue) = 118+58+71=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #763A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A47 is #89C5B8. Grayscale: #4D4D4D. Windows color (decimal): -9029049 or 4668022. OLE color: 4668022.
HSL color Cylindrical-coordinate representation of color #763A47: hue angle of 347º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A47 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 71 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.54 |
| HSL | 347º | 0.34% | 0.35% | - |
| HSV(B) | 347º | 0.51% | 0.46% | - |
| XYZ | 10.12 | 7.33 | 6.84 | - |
| YUV | 77.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 71 | 0 | 0.51 | 0.40 | 0.54 | 347 | 0.34 | 0.35 |
| Hex | 76 | 3A | 47 | 0 | 33 | 28 | 36 | 15B | 22 | 23 |
| Octal | 166 | 72 | 107 | 0 | 63 | 50 | 66 | 533 | 42 | 43 |
| Binary | 1110110 | 111010 | 1000111 | 0 | 110011 | 101000 | 110110 | 101011011 | 100010 | 100011 |
Color Harmonies of #763A47
Complementary color
Monochromatic Colors of #763A47
Black with #763A47
Text Example
Text Example
White with #763A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A47; }
p { color: rgb(118,58,71); }
H1.HeaderClassName
{
color: #763A47;
}
.AnyTagClassName
{
color: #763A47;
}
</style>
background-color css
<style>
a { background-color: #763A47; }
a { background-color: rgb(118,58,71); }
div.DivClassName
{
background-color: #763A47;
}
.BgClassName
{
background-color: #763A47;
}
</style>
border-color css
<style>
span { border-color: #763A47; }
span { border-color: rgb(118,58,71); }
td.TdClassName
{
border-color: #763A47;
}
.TagClassName
{
border-color: #763A47;
}
</style>