Shades of Camelot #763F4F
Tints of Camelot #763F4F
RGB
CMYK
RGB Variations
Color information
#763F4F (or 0x763F4F) is known color: Camelot. HEX triplet: 76, 3F and 4F. RGB value is (118,63,79). Sum of RGB (Red+Green+Blue) = 118+63+79=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #763F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F4F is #89C0B0. Grayscale: #515151. Windows color (decimal): -9027761 or 5193590. OLE color: 5193590.
HSL color Cylindrical-coordinate representation of color #763F4F: hue angle of 342.55º 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 #763F4F is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 63 | 79 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.54 |
| HSL | 342.55º | 0.3% | 0.35% | - |
| HSV(B) | 342.55º | 0.47% | 0.46% | - |
| XYZ | 10.66 | 7.97 | 8.37 | - |
| YUV | 81.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 63 | 79 | 0 | 0.47 | 0.33 | 0.54 | 342.55 | 0.3 | 0.35 |
| Hex | 76 | 3F | 4F | 0 | 2F | 21 | 36 | 157 | 1E | 23 |
| Octal | 166 | 77 | 117 | 0 | 57 | 41 | 66 | 527 | 36 | 43 |
| Binary | 1110110 | 111111 | 1001111 | 0 | 101111 | 100001 | 110110 | 101010111 | 11110 | 100011 |
Color Harmonies of #763F4F
Complementary color
Monochromatic Colors of #763F4F
Black with #763F4F
Text Example
Text Example
White with #763F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763F4F; }
p { color: rgb(118,63,79); }
H1.HeaderClassName
{
color: #763F4F;
}
.AnyTagClassName
{
color: #763F4F;
}
</style>
background-color css
<style>
a { background-color: #763F4F; }
a { background-color: rgb(118,63,79); }
div.DivClassName
{
background-color: #763F4F;
}
.BgClassName
{
background-color: #763F4F;
}
</style>
border-color css
<style>
span { border-color: #763F4F; }
span { border-color: rgb(118,63,79); }
td.TdClassName
{
border-color: #763F4F;
}
.TagClassName
{
border-color: #763F4F;
}
</style>