Shades of Camelot #774A54
Tints of Camelot #774A54
RGB
CMYK
RGB Variations
Color information
#774A54 (or 0x774A54) is known color: Camelot. HEX triplet: 77, 4A and 54. RGB value is (119,74,84). Sum of RGB (Red+Green+Blue) = 119+74+84=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #774A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774A54 is #88B5AB. Grayscale: #585858. Windows color (decimal): -8959404 or 5524087. OLE color: 5524087.
HSL color Cylindrical-coordinate representation of color #774A54: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774A54 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 84 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.53 |
| HSL | 346.67º | 0.23% | 0.38% | - |
| HSV(B) | 346.67º | 0.38% | 0.47% | - |
| XYZ | 11.66 | 9.46 | 9.6 | - |
| YUV | 88.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 84 | 0 | 0.38 | 0.29 | 0.53 | 346.67 | 0.23 | 0.38 |
| Hex | 77 | 4A | 54 | 0 | 26 | 1D | 35 | 15B | 17 | 26 |
| Octal | 167 | 112 | 124 | 0 | 46 | 35 | 65 | 533 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1010100 | 0 | 100110 | 11101 | 110101 | 101011011 | 10111 | 100110 |
Color Harmonies of #774A54
Complementary color
Monochromatic Colors of #774A54
Black with #774A54
Text Example
Text Example
White with #774A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A54; }
p { color: rgb(119,74,84); }
H1.HeaderClassName
{
color: #774A54;
}
.AnyTagClassName
{
color: #774A54;
}
</style>
background-color css
<style>
a { background-color: #774A54; }
a { background-color: rgb(119,74,84); }
div.DivClassName
{
background-color: #774A54;
}
.BgClassName
{
background-color: #774A54;
}
</style>
border-color css
<style>
span { border-color: #774A54; }
span { border-color: rgb(119,74,84); }
td.TdClassName
{
border-color: #774A54;
}
.TagClassName
{
border-color: #774A54;
}
</style>