Shades of Camelot #754251
Tints of Camelot #754251
RGB
CMYK
RGB Variations
Color information
#754251 (or 0x754251) is known color: Camelot. HEX triplet: 75, 42 and 51. RGB value is (117,66,81). Sum of RGB (Red+Green+Blue) = 117+66+81=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #754251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754251 is #8ABDAE. Grayscale: #525252. Windows color (decimal): -9092527 or 5325429. OLE color: 5325429.
HSL color Cylindrical-coordinate representation of color #754251: hue angle of 342.35º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #754251 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 81 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.54 |
| HSL | 342.35º | 0.28% | 0.36% | - |
| HSV(B) | 342.35º | 0.44% | 0.46% | - |
| XYZ | 10.77 | 8.27 | 8.81 | - |
| YUV | 82.96 | 126.9 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 81 | 0 | 0.44 | 0.31 | 0.54 | 342.35 | 0.28 | 0.36 |
| Hex | 75 | 42 | 51 | 0 | 2C | 1F | 36 | 156 | 1C | 24 |
| Octal | 165 | 102 | 121 | 0 | 54 | 37 | 66 | 526 | 34 | 44 |
| Binary | 1110101 | 1000010 | 1010001 | 0 | 101100 | 11111 | 110110 | 101010110 | 11100 | 100100 |
Color Harmonies of #754251
Complementary color
Monochromatic Colors of #754251
Black with #754251
Text Example
Text Example
White with #754251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754251; }
p { color: rgb(117,66,81); }
H1.HeaderClassName
{
color: #754251;
}
.AnyTagClassName
{
color: #754251;
}
</style>
background-color css
<style>
a { background-color: #754251; }
a { background-color: rgb(117,66,81); }
div.DivClassName
{
background-color: #754251;
}
.BgClassName
{
background-color: #754251;
}
</style>
border-color css
<style>
span { border-color: #754251; }
span { border-color: rgb(117,66,81); }
td.TdClassName
{
border-color: #754251;
}
.TagClassName
{
border-color: #754251;
}
</style>