Shades of Camelot #72414D
Tints of Camelot #72414D
RGB
CMYK
RGB Variations
Color information
#72414D (or 0x72414D) is known color: Camelot. HEX triplet: 72, 41 and 4D. RGB value is (114,65,77). Sum of RGB (Red+Green+Blue) = 114+65+77=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72414D is #8DBEB2. Grayscale: #515151. Windows color (decimal): -9289395 or 5063026. OLE color: 5063026.
HSL color Cylindrical-coordinate representation of color #72414D: hue angle of 345.31º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72414D is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 77 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.55 |
| HSL | 345.31º | 0.27% | 0.35% | - |
| HSV(B) | 345.31º | 0.43% | 0.45% | - |
| XYZ | 10.17 | 7.89 | 8.01 | - |
| YUV | 81.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 77 | 0 | 0.43 | 0.32 | 0.55 | 345.31 | 0.27 | 0.35 |
| Hex | 72 | 41 | 4D | 0 | 2B | 20 | 37 | 159 | 1B | 23 |
| Octal | 162 | 101 | 115 | 0 | 53 | 40 | 67 | 531 | 33 | 43 |
| Binary | 1110010 | 1000001 | 1001101 | 0 | 101011 | 100000 | 110111 | 101011001 | 11011 | 100011 |
Color Harmonies of #72414D
Complementary color
Monochromatic Colors of #72414D
Black with #72414D
Text Example
Text Example
White with #72414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72414D; }
p { color: rgb(114,65,77); }
H1.HeaderClassName
{
color: #72414D;
}
.AnyTagClassName
{
color: #72414D;
}
</style>
background-color css
<style>
a { background-color: #72414D; }
a { background-color: rgb(114,65,77); }
div.DivClassName
{
background-color: #72414D;
}
.BgClassName
{
background-color: #72414D;
}
</style>
border-color css
<style>
span { border-color: #72414D; }
span { border-color: rgb(114,65,77); }
td.TdClassName
{
border-color: #72414D;
}
.TagClassName
{
border-color: #72414D;
}
</style>