Shades of Camelot #743A4C
Tints of Camelot #743A4C
RGB
CMYK
RGB Variations
Color information
#743A4C (or 0x743A4C) is known color: Camelot. HEX triplet: 74, 3A and 4C. RGB value is (116,58,76). Sum of RGB (Red+Green+Blue) = 116+58+76=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #743A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A4C is #8BC5B3. Grayscale: #4D4D4D. Windows color (decimal): -9160116 or 4995700. OLE color: 4995700.
HSL color Cylindrical-coordinate representation of color #743A4C: hue angle of 341.38º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #743A4C is Cyan = 0, Magento = 0.5, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 76 | - |
| CMYK | 0 | 0.5 | 0.34 | 0.55 |
| HSL | 341.38º | 0.33% | 0.34% | - |
| HSV(B) | 341.38º | 0.5% | 0.45% | - |
| XYZ | 10.02 | 7.26 | 7.71 | - |
| YUV | 77.39 | 127.22 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 76 | 0 | 0.5 | 0.34 | 0.55 | 341.38 | 0.33 | 0.34 |
| Hex | 74 | 3A | 4C | 0 | 32 | 22 | 37 | 155 | 21 | 22 |
| Octal | 164 | 72 | 114 | 0 | 62 | 42 | 67 | 525 | 41 | 42 |
| Binary | 1110100 | 111010 | 1001100 | 0 | 110010 | 100010 | 110111 | 101010101 | 100001 | 100010 |
Color Harmonies of #743A4C
Complementary color
Monochromatic Colors of #743A4C
Black with #743A4C
Text Example
Text Example
White with #743A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A4C; }
p { color: rgb(116,58,76); }
H1.HeaderClassName
{
color: #743A4C;
}
.AnyTagClassName
{
color: #743A4C;
}
</style>
background-color css
<style>
a { background-color: #743A4C; }
a { background-color: rgb(116,58,76); }
div.DivClassName
{
background-color: #743A4C;
}
.BgClassName
{
background-color: #743A4C;
}
</style>
border-color css
<style>
span { border-color: #743A4C; }
span { border-color: rgb(116,58,76); }
td.TdClassName
{
border-color: #743A4C;
}
.TagClassName
{
border-color: #743A4C;
}
</style>