Shades of Camelot #754851
Tints of Camelot #754851
RGB
CMYK
RGB Variations
Color information
#754851 (or 0x754851) is known color: Camelot. HEX triplet: 75, 48 and 51. RGB value is (117,72,81). Sum of RGB (Red+Green+Blue) = 117+72+81=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754851 is #8AB7AE. Grayscale: #565656. Windows color (decimal): -9090991 or 5326965. OLE color: 5326965.
HSL color Cylindrical-coordinate representation of color #754851: hue angle of 348º degrees, saturation: 0.24, 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 #754851 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 72 | 81 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.54 |
| HSL | 348º | 0.24% | 0.37% | - |
| HSV(B) | 348º | 0.38% | 0.46% | - |
| XYZ | 11.14 | 9.01 | 8.94 | - |
| YUV | 86.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 72 | 81 | 0 | 0.38 | 0.31 | 0.54 | 348 | 0.24 | 0.37 |
| Hex | 75 | 48 | 51 | 0 | 26 | 1F | 36 | 15C | 18 | 25 |
| Octal | 165 | 110 | 121 | 0 | 46 | 37 | 66 | 534 | 30 | 45 |
| Binary | 1110101 | 1001000 | 1010001 | 0 | 100110 | 11111 | 110110 | 101011100 | 11000 | 100101 |
Color Harmonies of #754851
Complementary color
Monochromatic Colors of #754851
Black with #754851
Text Example
Text Example
White with #754851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754851; }
p { color: rgb(117,72,81); }
H1.HeaderClassName
{
color: #754851;
}
.AnyTagClassName
{
color: #754851;
}
</style>
background-color css
<style>
a { background-color: #754851; }
a { background-color: rgb(117,72,81); }
div.DivClassName
{
background-color: #754851;
}
.BgClassName
{
background-color: #754851;
}
</style>
border-color css
<style>
span { border-color: #754851; }
span { border-color: rgb(117,72,81); }
td.TdClassName
{
border-color: #754851;
}
.TagClassName
{
border-color: #754851;
}
</style>