Shades of Camelot #72414C
Tints of Camelot #72414C
RGB
CMYK
RGB Variations
Color information
#72414C (or 0x72414C) is known color: Camelot. HEX triplet: 72, 41 and 4C. RGB value is (114,65,76). Sum of RGB (Red+Green+Blue) = 114+65+76=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72414C is #8DBEB3. Grayscale: #505050. Windows color (decimal): -9289396 or 4997490. OLE color: 4997490.
HSL color Cylindrical-coordinate representation of color #72414C: hue angle of 346.53º 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 #72414C is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 65 | 76 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.55 |
| HSL | 346.53º | 0.27% | 0.35% | - |
| HSV(B) | 346.53º | 0.43% | 0.45% | - |
| XYZ | 10.13 | 7.88 | 7.82 | - |
| YUV | 80.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 76 | 0 | 0.43 | 0.33 | 0.55 | 346.53 | 0.27 | 0.35 |
| Hex | 72 | 41 | 4C | 0 | 2B | 21 | 37 | 15B | 1B | 23 |
| Octal | 162 | 101 | 114 | 0 | 53 | 41 | 67 | 533 | 33 | 43 |
| Binary | 1110010 | 1000001 | 1001100 | 0 | 101011 | 100001 | 110111 | 101011011 | 11011 | 100011 |
Color Harmonies of #72414C
Complementary color
Monochromatic Colors of #72414C
Black with #72414C
Text Example
Text Example
White with #72414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72414C; }
p { color: rgb(114,65,76); }
H1.HeaderClassName
{
color: #72414C;
}
.AnyTagClassName
{
color: #72414C;
}
</style>
background-color css
<style>
a { background-color: #72414C; }
a { background-color: rgb(114,65,76); }
div.DivClassName
{
background-color: #72414C;
}
.BgClassName
{
background-color: #72414C;
}
</style>
border-color css
<style>
span { border-color: #72414C; }
span { border-color: rgb(114,65,76); }
td.TdClassName
{
border-color: #72414C;
}
.TagClassName
{
border-color: #72414C;
}
</style>