Shades of Camelot #77404F
Tints of Camelot #77404F
RGB
CMYK
RGB Variations
Color information
#77404F (or 0x77404F) is known color: Camelot. HEX triplet: 77, 40 and 4F. RGB value is (119,64,79). Sum of RGB (Red+Green+Blue) = 119+64+79=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77404F is #88BFB0. Grayscale: #525252. Windows color (decimal): -8961969 or 5193847. OLE color: 5193847.
HSL color Cylindrical-coordinate representation of color #77404F: hue angle of 343.64º 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 #77404F is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 64 | 79 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.53 |
| HSL | 343.64º | 0.3% | 0.36% | - |
| HSV(B) | 343.64º | 0.46% | 0.47% | - |
| XYZ | 10.85 | 8.15 | 8.4 | - |
| YUV | 82.16 | 126.22 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 64 | 79 | 0 | 0.46 | 0.34 | 0.53 | 343.64 | 0.3 | 0.36 |
| Hex | 77 | 40 | 4F | 0 | 2E | 22 | 35 | 158 | 1E | 24 |
| Octal | 167 | 100 | 117 | 0 | 56 | 42 | 65 | 530 | 36 | 44 |
| Binary | 1110111 | 1000000 | 1001111 | 0 | 101110 | 100010 | 110101 | 101011000 | 11110 | 100100 |
Color Harmonies of #77404F
Complementary color
Monochromatic Colors of #77404F
Black with #77404F
Text Example
Text Example
White with #77404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77404F; }
p { color: rgb(119,64,79); }
H1.HeaderClassName
{
color: #77404F;
}
.AnyTagClassName
{
color: #77404F;
}
</style>
background-color css
<style>
a { background-color: #77404F; }
a { background-color: rgb(119,64,79); }
div.DivClassName
{
background-color: #77404F;
}
.BgClassName
{
background-color: #77404F;
}
</style>
border-color css
<style>
span { border-color: #77404F; }
span { border-color: rgb(119,64,79); }
td.TdClassName
{
border-color: #77404F;
}
.TagClassName
{
border-color: #77404F;
}
</style>