Shades of Camelot #77414C
Tints of Camelot #77414C
RGB
CMYK
RGB Variations
Color information
#77414C (or 0x77414C) is known color: Camelot. HEX triplet: 77, 41 and 4C. RGB value is (119,65,76). Sum of RGB (Red+Green+Blue) = 119+65+76=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77414C is #88BEB3. Grayscale: #525252. Windows color (decimal): -8961716 or 4997495. OLE color: 4997495.
HSL color Cylindrical-coordinate representation of color #77414C: hue angle of 347.78º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77414C is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 76 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.53 |
| HSL | 347.78º | 0.29% | 0.36% | - |
| HSV(B) | 347.78º | 0.45% | 0.47% | - |
| XYZ | 10.8 | 8.22 | 7.86 | - |
| YUV | 82.4 | 124.39 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 76 | 0 | 0.45 | 0.36 | 0.53 | 347.78 | 0.29 | 0.36 |
| Hex | 77 | 41 | 4C | 0 | 2D | 24 | 35 | 15C | 1D | 24 |
| Octal | 167 | 101 | 114 | 0 | 55 | 44 | 65 | 534 | 35 | 44 |
| Binary | 1110111 | 1000001 | 1001100 | 0 | 101101 | 100100 | 110101 | 101011100 | 11101 | 100100 |
Color Harmonies of #77414C
Complementary color
Monochromatic Colors of #77414C
Black with #77414C
Text Example
Text Example
White with #77414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77414C; }
p { color: rgb(119,65,76); }
H1.HeaderClassName
{
color: #77414C;
}
.AnyTagClassName
{
color: #77414C;
}
</style>
background-color css
<style>
a { background-color: #77414C; }
a { background-color: rgb(119,65,76); }
div.DivClassName
{
background-color: #77414C;
}
.BgClassName
{
background-color: #77414C;
}
</style>
border-color css
<style>
span { border-color: #77414C; }
span { border-color: rgb(119,65,76); }
td.TdClassName
{
border-color: #77414C;
}
.TagClassName
{
border-color: #77414C;
}
</style>