Shades of Camelot #754A53
Tints of Camelot #754A53
RGB
CMYK
RGB Variations
Color information
#754A53 (or 0x754A53) is known color: Camelot. HEX triplet: 75, 4A and 53. RGB value is (117,74,83). Sum of RGB (Red+Green+Blue) = 117+74+83=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #754A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754A53 is #8AB5AC. Grayscale: #575757. Windows color (decimal): -9090477 or 5458549. OLE color: 5458549.
HSL color Cylindrical-coordinate representation of color #754A53: hue angle of 347.44º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #754A53 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 74 | 83 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.54 |
| HSL | 347.44º | 0.23% | 0.37% | - |
| HSV(B) | 347.44º | 0.37% | 0.46% | - |
| XYZ | 11.35 | 9.3 | 9.38 | - |
| YUV | 87.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 74 | 83 | 0 | 0.37 | 0.29 | 0.54 | 347.44 | 0.23 | 0.37 |
| Hex | 75 | 4A | 53 | 0 | 25 | 1D | 36 | 15B | 17 | 25 |
| Octal | 165 | 112 | 123 | 0 | 45 | 35 | 66 | 533 | 27 | 45 |
| Binary | 1110101 | 1001010 | 1010011 | 0 | 100101 | 11101 | 110110 | 101011011 | 10111 | 100101 |
Color Harmonies of #754A53
Complementary color
Monochromatic Colors of #754A53
Black with #754A53
Text Example
Text Example
White with #754A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754A53; }
p { color: rgb(117,74,83); }
H1.HeaderClassName
{
color: #754A53;
}
.AnyTagClassName
{
color: #754A53;
}
</style>
background-color css
<style>
a { background-color: #754A53; }
a { background-color: rgb(117,74,83); }
div.DivClassName
{
background-color: #754A53;
}
.BgClassName
{
background-color: #754A53;
}
</style>
border-color css
<style>
span { border-color: #754A53; }
span { border-color: rgb(117,74,83); }
td.TdClassName
{
border-color: #754A53;
}
.TagClassName
{
border-color: #754A53;
}
</style>