Shades of Camelot #763F4C
Tints of Camelot #763F4C
RGB
CMYK
RGB Variations
Color information
#763F4C (or 0x763F4C) is known color: Camelot. HEX triplet: 76, 3F and 4C. RGB value is (118,63,76). Sum of RGB (Red+Green+Blue) = 118+63+76=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F4C is #89C0B3. Grayscale: #505050. Windows color (decimal): -9027764 or 4996982. OLE color: 4996982.
HSL color Cylindrical-coordinate representation of color #763F4C: hue angle of 345.82º 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 #763F4C is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 76 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.54 |
| HSL | 345.82º | 0.3% | 0.35% | - |
| HSV(B) | 345.82º | 0.47% | 0.46% | - |
| XYZ | 10.55 | 7.93 | 7.81 | - |
| YUV | 80.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 76 | 0 | 0.47 | 0.36 | 0.54 | 345.82 | 0.3 | 0.35 |
| Hex | 76 | 3F | 4C | 0 | 2F | 24 | 36 | 15A | 1E | 23 |
| Octal | 166 | 77 | 114 | 0 | 57 | 44 | 66 | 532 | 36 | 43 |
| Binary | 1110110 | 111111 | 1001100 | 0 | 101111 | 100100 | 110110 | 101011010 | 11110 | 100011 |
Color Harmonies of #763F4C
Complementary color
Monochromatic Colors of #763F4C
Black with #763F4C
Text Example
Text Example
White with #763F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F4C; }
p { color: rgb(118,63,76); }
H1.HeaderClassName
{
color: #763F4C;
}
.AnyTagClassName
{
color: #763F4C;
}
</style>
background-color css
<style>
a { background-color: #763F4C; }
a { background-color: rgb(118,63,76); }
div.DivClassName
{
background-color: #763F4C;
}
.BgClassName
{
background-color: #763F4C;
}
</style>
border-color css
<style>
span { border-color: #763F4C; }
span { border-color: rgb(118,63,76); }
td.TdClassName
{
border-color: #763F4C;
}
.TagClassName
{
border-color: #763F4C;
}
</style>