Shades of Camelot #844757
Tints of Camelot #844757
RGB
CMYK
RGB Variations
Color information
#844757 (or 0x844757) is known color: Camelot. HEX triplet: 84, 47 and 57. RGB value is (132,71,87). Sum of RGB (Red+Green+Blue) = 132+71+87=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 132 - color contains mainly: red. Hex color #844757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844757 is #7BB8A8. Grayscale: #5B5B5B. Windows color (decimal): -8108201 or 5719940. OLE color: 5719940.
HSL color Cylindrical-coordinate representation of color #844757: hue angle of 344.26º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844757 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 71 | 87 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.48 |
| HSL | 344.26º | 0.3% | 0.4% | - |
| HSV(B) | 344.26º | 0.46% | 0.52% | - |
| XYZ | 13.49 | 10.1 | 10.26 | - |
| YUV | 91.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 71 | 87 | 0 | 0.46 | 0.34 | 0.48 | 344.26 | 0.3 | 0.4 |
| Hex | 84 | 47 | 57 | 0 | 2E | 22 | 30 | 158 | 1E | 28 |
| Octal | 204 | 107 | 127 | 0 | 56 | 42 | 60 | 530 | 36 | 50 |
| Binary | 10000100 | 1000111 | 1010111 | 0 | 101110 | 100010 | 110000 | 101011000 | 11110 | 101000 |
Color Harmonies of #844757
Complementary color
Monochromatic Colors of #844757
Black with #844757
Text Example
Text Example
White with #844757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844757; }
p { color: rgb(132,71,87); }
H1.HeaderClassName
{
color: #844757;
}
.AnyTagClassName
{
color: #844757;
}
</style>
background-color css
<style>
a { background-color: #844757; }
a { background-color: rgb(132,71,87); }
div.DivClassName
{
background-color: #844757;
}
.BgClassName
{
background-color: #844757;
}
</style>
border-color css
<style>
span { border-color: #844757; }
span { border-color: rgb(132,71,87); }
td.TdClassName
{
border-color: #844757;
}
.TagClassName
{
border-color: #844757;
}
</style>