Shades of Camelot #723D4C
Tints of Camelot #723D4C
RGB
CMYK
RGB Variations
Color information
#723D4C (or 0x723D4C) is known color: Camelot. HEX triplet: 72, 3D and 4C. RGB value is (114,61,76). Sum of RGB (Red+Green+Blue) = 114+61+76=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #723D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D4C is #8DC2B3. Grayscale: #4E4E4E. Windows color (decimal): -9290420 or 4996466. OLE color: 4996466.
HSL color Cylindrical-coordinate representation of color #723D4C: hue angle of 343.02º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723D4C is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 61 | 76 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.55 |
| HSL | 343.02º | 0.3% | 0.34% | - |
| HSV(B) | 343.02º | 0.46% | 0.45% | - |
| XYZ | 9.91 | 7.44 | 7.75 | - |
| YUV | 78.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 61 | 76 | 0 | 0.46 | 0.33 | 0.55 | 343.02 | 0.3 | 0.34 |
| Hex | 72 | 3D | 4C | 0 | 2E | 21 | 37 | 157 | 1E | 22 |
| Octal | 162 | 75 | 114 | 0 | 56 | 41 | 67 | 527 | 36 | 42 |
| Binary | 1110010 | 111101 | 1001100 | 0 | 101110 | 100001 | 110111 | 101010111 | 11110 | 100010 |
Color Harmonies of #723D4C
Complementary color
Monochromatic Colors of #723D4C
Black with #723D4C
Text Example
Text Example
White with #723D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723D4C; }
p { color: rgb(114,61,76); }
H1.HeaderClassName
{
color: #723D4C;
}
.AnyTagClassName
{
color: #723D4C;
}
</style>
background-color css
<style>
a { background-color: #723D4C; }
a { background-color: rgb(114,61,76); }
div.DivClassName
{
background-color: #723D4C;
}
.BgClassName
{
background-color: #723D4C;
}
</style>
border-color css
<style>
span { border-color: #723D4C; }
span { border-color: rgb(114,61,76); }
td.TdClassName
{
border-color: #723D4C;
}
.TagClassName
{
border-color: #723D4C;
}
</style>