Shades of Camelot #763143
Tints of Camelot #763143
RGB
CMYK
RGB Variations
Color information
#763143 (or 0x763143) is known color: Camelot. HEX triplet: 76, 31 and 43. RGB value is (118,49,67). Sum of RGB (Red+Green+Blue) = 118+49+67=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #763143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763143 is #89CEBC. Grayscale: #474747. Windows color (decimal): -9031357 or 4403574. OLE color: 4403574.
HSL color Cylindrical-coordinate representation of color #763143: hue angle of 344.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763143 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 49 | 67 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.54 |
| HSL | 344.35º | 0.41% | 0.33% | - |
| HSV(B) | 344.35º | 0.58% | 0.46% | - |
| XYZ | 9.58 | 6.45 | 6.05 | - |
| YUV | 71.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 67 | 0 | 0.58 | 0.43 | 0.54 | 344.35 | 0.41 | 0.33 |
| Hex | 76 | 31 | 43 | 0 | 3A | 2B | 36 | 158 | 29 | 21 |
| Octal | 166 | 61 | 103 | 0 | 72 | 53 | 66 | 530 | 51 | 41 |
| Binary | 1110110 | 110001 | 1000011 | 0 | 111010 | 101011 | 110110 | 101011000 | 101001 | 100001 |
Color Harmonies of #763143
Complementary color
Monochromatic Colors of #763143
Black with #763143
Text Example
Text Example
White with #763143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763143; }
p { color: rgb(118,49,67); }
H1.HeaderClassName
{
color: #763143;
}
.AnyTagClassName
{
color: #763143;
}
</style>
background-color css
<style>
a { background-color: #763143; }
a { background-color: rgb(118,49,67); }
div.DivClassName
{
background-color: #763143;
}
.BgClassName
{
background-color: #763143;
}
</style>
border-color css
<style>
span { border-color: #763143; }
span { border-color: rgb(118,49,67); }
td.TdClassName
{
border-color: #763143;
}
.TagClassName
{
border-color: #763143;
}
</style>