Shades of Camelot #77414B
Tints of Camelot #77414B
RGB
CMYK
RGB Variations
Color information
#77414B (or 0x77414B) is known color: Camelot. HEX triplet: 77, 41 and 4B. RGB value is (119,65,75). Sum of RGB (Red+Green+Blue) = 119+65+75=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77414B is #88BEB4. Grayscale: #525252. Windows color (decimal): -8961717 or 4931959. OLE color: 4931959.
HSL color Cylindrical-coordinate representation of color #77414B: hue angle of 348.89º 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 #77414B is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 65 | 75 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.53 |
| HSL | 348.89º | 0.29% | 0.36% | - |
| HSV(B) | 348.89º | 0.45% | 0.47% | - |
| XYZ | 10.77 | 8.21 | 7.67 | - |
| YUV | 82.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 65 | 75 | 0 | 0.45 | 0.37 | 0.53 | 348.89 | 0.29 | 0.36 |
| Hex | 77 | 41 | 4B | 0 | 2D | 25 | 35 | 15D | 1D | 24 |
| Octal | 167 | 101 | 113 | 0 | 55 | 45 | 65 | 535 | 35 | 44 |
| Binary | 1110111 | 1000001 | 1001011 | 0 | 101101 | 100101 | 110101 | 101011101 | 11101 | 100100 |
Color Harmonies of #77414B
Complementary color
Monochromatic Colors of #77414B
Black with #77414B
Text Example
Text Example
White with #77414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77414B; }
p { color: rgb(119,65,75); }
H1.HeaderClassName
{
color: #77414B;
}
.AnyTagClassName
{
color: #77414B;
}
</style>
background-color css
<style>
a { background-color: #77414B; }
a { background-color: rgb(119,65,75); }
div.DivClassName
{
background-color: #77414B;
}
.BgClassName
{
background-color: #77414B;
}
</style>
border-color css
<style>
span { border-color: #77414B; }
span { border-color: rgb(119,65,75); }
td.TdClassName
{
border-color: #77414B;
}
.TagClassName
{
border-color: #77414B;
}
</style>