Shades of Camelot #77404E
Tints of Camelot #77404E
RGB
CMYK
RGB Variations
Color information
#77404E (or 0x77404E) is known color: Camelot. HEX triplet: 77, 40 and 4E. RGB value is (119,64,78). Sum of RGB (Red+Green+Blue) = 119+64+78=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77404E is #88BFB1. Grayscale: #525252. Windows color (decimal): -8961970 or 5128311. OLE color: 5128311.
HSL color Cylindrical-coordinate representation of color #77404E: hue angle of 344.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77404E is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 78 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.53 |
| HSL | 344.73º | 0.3% | 0.36% | - |
| HSV(B) | 344.73º | 0.46% | 0.47% | - |
| XYZ | 10.82 | 8.14 | 8.21 | - |
| YUV | 82.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 78 | 0 | 0.46 | 0.34 | 0.53 | 344.73 | 0.3 | 0.36 |
| Hex | 77 | 40 | 4E | 0 | 2E | 22 | 35 | 159 | 1E | 24 |
| Octal | 167 | 100 | 116 | 0 | 56 | 42 | 65 | 531 | 36 | 44 |
| Binary | 1110111 | 1000000 | 1001110 | 0 | 101110 | 100010 | 110101 | 101011001 | 11110 | 100100 |
Color Harmonies of #77404E
Complementary color
Monochromatic Colors of #77404E
Black with #77404E
Text Example
Text Example
White with #77404E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77404E; }
p { color: rgb(119,64,78); }
H1.HeaderClassName
{
color: #77404E;
}
.AnyTagClassName
{
color: #77404E;
}
</style>
background-color css
<style>
a { background-color: #77404E; }
a { background-color: rgb(119,64,78); }
div.DivClassName
{
background-color: #77404E;
}
.BgClassName
{
background-color: #77404E;
}
</style>
border-color css
<style>
span { border-color: #77404E; }
span { border-color: rgb(119,64,78); }
td.TdClassName
{
border-color: #77404E;
}
.TagClassName
{
border-color: #77404E;
}
</style>