Shades of Camelot #763F4A
Tints of Camelot #763F4A
RGB
CMYK
RGB Variations
Color information
#763F4A (or 0x763F4A) is known color: Camelot. HEX triplet: 76, 3F and 4A. RGB value is (118,63,74). Sum of RGB (Red+Green+Blue) = 118+63+74=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #763F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763F4A is #89C0B5. Grayscale: #505050. Windows color (decimal): -9027766 or 4865910. OLE color: 4865910.
HSL color Cylindrical-coordinate representation of color #763F4A: hue angle of 348º 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 #763F4A is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 74 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.54 |
| HSL | 348º | 0.3% | 0.35% | - |
| HSV(B) | 348º | 0.47% | 0.46% | - |
| XYZ | 10.48 | 7.9 | 7.45 | - |
| YUV | 80.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 74 | 0 | 0.47 | 0.37 | 0.54 | 348 | 0.3 | 0.35 |
| Hex | 76 | 3F | 4A | 0 | 2F | 25 | 36 | 15C | 1E | 23 |
| Octal | 166 | 77 | 112 | 0 | 57 | 45 | 66 | 534 | 36 | 43 |
| Binary | 1110110 | 111111 | 1001010 | 0 | 101111 | 100101 | 110110 | 101011100 | 11110 | 100011 |
Color Harmonies of #763F4A
Complementary color
Monochromatic Colors of #763F4A
Black with #763F4A
Text Example
Text Example
White with #763F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F4A; }
p { color: rgb(118,63,74); }
H1.HeaderClassName
{
color: #763F4A;
}
.AnyTagClassName
{
color: #763F4A;
}
</style>
background-color css
<style>
a { background-color: #763F4A; }
a { background-color: rgb(118,63,74); }
div.DivClassName
{
background-color: #763F4A;
}
.BgClassName
{
background-color: #763F4A;
}
</style>
border-color css
<style>
span { border-color: #763F4A; }
span { border-color: rgb(118,63,74); }
td.TdClassName
{
border-color: #763F4A;
}
.TagClassName
{
border-color: #763F4A;
}
</style>