Shades of Camelot #754552
Tints of Camelot #754552
RGB
CMYK
RGB Variations
Color information
#754552 (or 0x754552) is known color: Camelot. HEX triplet: 75, 45 and 52. RGB value is (117,69,82). Sum of RGB (Red+Green+Blue) = 117+69+82=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #754552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754552 is #8ABAAD. Grayscale: #545454. Windows color (decimal): -9091758 or 5391733. OLE color: 5391733.
HSL color Cylindrical-coordinate representation of color #754552: hue angle of 343.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754552 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 69 | 82 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.54 |
| HSL | 343.75º | 0.26% | 0.36% | - |
| HSV(B) | 343.75º | 0.41% | 0.46% | - |
| XYZ | 10.99 | 8.65 | 9.07 | - |
| YUV | 84.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 69 | 82 | 0 | 0.41 | 0.30 | 0.54 | 343.75 | 0.26 | 0.36 |
| Hex | 75 | 45 | 52 | 0 | 29 | 1E | 36 | 158 | 1A | 24 |
| Octal | 165 | 105 | 122 | 0 | 51 | 36 | 66 | 530 | 32 | 44 |
| Binary | 1110101 | 1000101 | 1010010 | 0 | 101001 | 11110 | 110110 | 101011000 | 11010 | 100100 |
Color Harmonies of #754552
Complementary color
Monochromatic Colors of #754552
Black with #754552
Text Example
Text Example
White with #754552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754552; }
p { color: rgb(117,69,82); }
H1.HeaderClassName
{
color: #754552;
}
.AnyTagClassName
{
color: #754552;
}
</style>
background-color css
<style>
a { background-color: #754552; }
a { background-color: rgb(117,69,82); }
div.DivClassName
{
background-color: #754552;
}
.BgClassName
{
background-color: #754552;
}
</style>
border-color css
<style>
span { border-color: #754552; }
span { border-color: rgb(117,69,82); }
td.TdClassName
{
border-color: #754552;
}
.TagClassName
{
border-color: #754552;
}
</style>