Shades of Camelot #763F4E
Tints of Camelot #763F4E
RGB
CMYK
RGB Variations
Color information
#763F4E (or 0x763F4E) is known color: Camelot. HEX triplet: 76, 3F and 4E. RGB value is (118,63,78). Sum of RGB (Red+Green+Blue) = 118+63+78=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #763F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F4E is #89C0B1. Grayscale: #515151. Windows color (decimal): -9027762 or 5128054. OLE color: 5128054.
HSL color Cylindrical-coordinate representation of color #763F4E: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763F4E is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 78 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.54 |
| HSL | 343.64º | 0.3% | 0.35% | - |
| HSV(B) | 343.64º | 0.47% | 0.46% | - |
| XYZ | 10.62 | 7.96 | 8.18 | - |
| YUV | 81.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 78 | 0 | 0.47 | 0.34 | 0.54 | 343.64 | 0.3 | 0.35 |
| Hex | 76 | 3F | 4E | 0 | 2F | 22 | 36 | 158 | 1E | 23 |
| Octal | 166 | 77 | 116 | 0 | 57 | 42 | 66 | 530 | 36 | 43 |
| Binary | 1110110 | 111111 | 1001110 | 0 | 101111 | 100010 | 110110 | 101011000 | 11110 | 100011 |
Color Harmonies of #763F4E
Complementary color
Monochromatic Colors of #763F4E
Black with #763F4E
Text Example
Text Example
White with #763F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F4E; }
p { color: rgb(118,63,78); }
H1.HeaderClassName
{
color: #763F4E;
}
.AnyTagClassName
{
color: #763F4E;
}
</style>
background-color css
<style>
a { background-color: #763F4E; }
a { background-color: rgb(118,63,78); }
div.DivClassName
{
background-color: #763F4E;
}
.BgClassName
{
background-color: #763F4E;
}
</style>
border-color css
<style>
span { border-color: #763F4E; }
span { border-color: rgb(118,63,78); }
td.TdClassName
{
border-color: #763F4E;
}
.TagClassName
{
border-color: #763F4E;
}
</style>