Shades of Camelot #754952
Tints of Camelot #754952
RGB
CMYK
RGB Variations
Color information
#754952 (or 0x754952) is known color: Camelot. HEX triplet: 75, 49 and 52. RGB value is (117,73,82). Sum of RGB (Red+Green+Blue) = 117+73+82=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #754952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754952 is #8AB6AD. Grayscale: #575757. Windows color (decimal): -9090734 or 5392757. OLE color: 5392757.
HSL color Cylindrical-coordinate representation of color #754952: hue angle of 347.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #754952 is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 73 | 82 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.54 |
| HSL | 347.73º | 0.23% | 0.37% | - |
| HSV(B) | 347.73º | 0.38% | 0.46% | - |
| XYZ | 11.24 | 9.16 | 9.16 | - |
| YUV | 87.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 73 | 82 | 0 | 0.38 | 0.30 | 0.54 | 347.73 | 0.23 | 0.37 |
| Hex | 75 | 49 | 52 | 0 | 26 | 1E | 36 | 15C | 17 | 25 |
| Octal | 165 | 111 | 122 | 0 | 46 | 36 | 66 | 534 | 27 | 45 |
| Binary | 1110101 | 1001001 | 1010010 | 0 | 100110 | 11110 | 110110 | 101011100 | 10111 | 100101 |
Color Harmonies of #754952
Complementary color
Monochromatic Colors of #754952
Black with #754952
Text Example
Text Example
White with #754952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754952; }
p { color: rgb(117,73,82); }
H1.HeaderClassName
{
color: #754952;
}
.AnyTagClassName
{
color: #754952;
}
</style>
background-color css
<style>
a { background-color: #754952; }
a { background-color: rgb(117,73,82); }
div.DivClassName
{
background-color: #754952;
}
.BgClassName
{
background-color: #754952;
}
</style>
border-color css
<style>
span { border-color: #754952; }
span { border-color: rgb(117,73,82); }
td.TdClassName
{
border-color: #754952;
}
.TagClassName
{
border-color: #754952;
}
</style>