Shades of Camelot #73454E
Tints of Camelot #73454E
RGB
CMYK
RGB Variations
Color information
#73454E (or 0x73454E) is known color: Camelot. HEX triplet: 73, 45 and 4E. RGB value is (115,69,78). Sum of RGB (Red+Green+Blue) = 115+69+78=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 115 - color contains mainly: red. Hex color #73454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73454E is #8CBAB1. Grayscale: #535353. Windows color (decimal): -9222834 or 5129587. OLE color: 5129587.
HSL color Cylindrical-coordinate representation of color #73454E: hue angle of 348.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73454E is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 69 | 78 | - |
| CMYK | 0 | 0.4 | 0.32 | 0.55 |
| HSL | 348.26º | 0.25% | 0.36% | - |
| HSV(B) | 348.26º | 0.4% | 0.45% | - |
| XYZ | 10.57 | 8.45 | 8.28 | - |
| YUV | 83.78 | 124.74 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 78 | 0 | 0.4 | 0.32 | 0.55 | 348.26 | 0.25 | 0.36 |
| Hex | 73 | 45 | 4E | 0 | 28 | 20 | 37 | 15C | 19 | 24 |
| Octal | 163 | 105 | 116 | 0 | 50 | 40 | 67 | 534 | 31 | 44 |
| Binary | 1110011 | 1000101 | 1001110 | 0 | 101000 | 100000 | 110111 | 101011100 | 11001 | 100100 |
Color Harmonies of #73454E
Complementary color
Monochromatic Colors of #73454E
Black with #73454E
Text Example
Text Example
White with #73454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73454E; }
p { color: rgb(115,69,78); }
H1.HeaderClassName
{
color: #73454E;
}
.AnyTagClassName
{
color: #73454E;
}
</style>
background-color css
<style>
a { background-color: #73454E; }
a { background-color: rgb(115,69,78); }
div.DivClassName
{
background-color: #73454E;
}
.BgClassName
{
background-color: #73454E;
}
</style>
border-color css
<style>
span { border-color: #73454E; }
span { border-color: rgb(115,69,78); }
td.TdClassName
{
border-color: #73454E;
}
.TagClassName
{
border-color: #73454E;
}
</style>