Shades of Camelot #72424C
Tints of Camelot #72424C
RGB
CMYK
RGB Variations
Color information
#72424C (or 0x72424C) is known color: Camelot. HEX triplet: 72, 42 and 4C. RGB value is (114,66,76). Sum of RGB (Red+Green+Blue) = 114+66+76=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 114 - color contains mainly: red. Hex color #72424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72424C is #8DBDB3. Grayscale: #515151. Windows color (decimal): -9289140 or 4997746. OLE color: 4997746.
HSL color Cylindrical-coordinate representation of color #72424C: hue angle of 347.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72424C is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 66 | 76 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.55 |
| HSL | 347.5º | 0.27% | 0.35% | - |
| HSV(B) | 347.5º | 0.42% | 0.45% | - |
| XYZ | 10.19 | 8 | 7.84 | - |
| YUV | 81.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 66 | 76 | 0 | 0.42 | 0.33 | 0.55 | 347.5 | 0.27 | 0.35 |
| Hex | 72 | 42 | 4C | 0 | 2A | 21 | 37 | 15C | 1B | 23 |
| Octal | 162 | 102 | 114 | 0 | 52 | 41 | 67 | 534 | 33 | 43 |
| Binary | 1110010 | 1000010 | 1001100 | 0 | 101010 | 100001 | 110111 | 101011100 | 11011 | 100011 |
Color Harmonies of #72424C
Complementary color
Monochromatic Colors of #72424C
Black with #72424C
Text Example
Text Example
White with #72424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72424C; }
p { color: rgb(114,66,76); }
H1.HeaderClassName
{
color: #72424C;
}
.AnyTagClassName
{
color: #72424C;
}
</style>
background-color css
<style>
a { background-color: #72424C; }
a { background-color: rgb(114,66,76); }
div.DivClassName
{
background-color: #72424C;
}
.BgClassName
{
background-color: #72424C;
}
</style>
border-color css
<style>
span { border-color: #72424C; }
span { border-color: rgb(114,66,76); }
td.TdClassName
{
border-color: #72424C;
}
.TagClassName
{
border-color: #72424C;
}
</style>