Shades of Camelot #763E4E
Tints of Camelot #763E4E
RGB
CMYK
RGB Variations
Color information
#763E4E (or 0x763E4E) is known color: Camelot. HEX triplet: 76, 3E and 4E. RGB value is (118,62,78). Sum of RGB (Red+Green+Blue) = 118+62+78=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #763E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E4E is #89C1B1. Grayscale: #505050. Windows color (decimal): -9028018 or 5127798. OLE color: 5127798.
HSL color Cylindrical-coordinate representation of color #763E4E: hue angle of 342.86º degrees, saturation: 0.31, 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 #763E4E is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 62 | 78 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.54 |
| HSL | 342.86º | 0.31% | 0.35% | - |
| HSV(B) | 342.86º | 0.47% | 0.46% | - |
| XYZ | 10.57 | 7.85 | 8.17 | - |
| YUV | 80.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 78 | 0 | 0.47 | 0.34 | 0.54 | 342.86 | 0.31 | 0.35 |
| Hex | 76 | 3E | 4E | 0 | 2F | 22 | 36 | 157 | 1F | 23 |
| Octal | 166 | 76 | 116 | 0 | 57 | 42 | 66 | 527 | 37 | 43 |
| Binary | 1110110 | 111110 | 1001110 | 0 | 101111 | 100010 | 110110 | 101010111 | 11111 | 100011 |
Color Harmonies of #763E4E
Complementary color
Monochromatic Colors of #763E4E
Black with #763E4E
Text Example
Text Example
White with #763E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763E4E; }
p { color: rgb(118,62,78); }
H1.HeaderClassName
{
color: #763E4E;
}
.AnyTagClassName
{
color: #763E4E;
}
</style>
background-color css
<style>
a { background-color: #763E4E; }
a { background-color: rgb(118,62,78); }
div.DivClassName
{
background-color: #763E4E;
}
.BgClassName
{
background-color: #763E4E;
}
</style>
border-color css
<style>
span { border-color: #763E4E; }
span { border-color: rgb(118,62,78); }
td.TdClassName
{
border-color: #763E4E;
}
.TagClassName
{
border-color: #763E4E;
}
</style>