Shades of Camelot #77394C
Tints of Camelot #77394C
RGB
CMYK
RGB Variations
Color information
#77394C (or 0x77394C) is known color: Camelot. HEX triplet: 77, 39 and 4C. RGB value is (119,57,76). Sum of RGB (Red+Green+Blue) = 119+57+76=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77394C is #88C6B3. Grayscale: #4D4D4D. Windows color (decimal): -8963764 or 4995447. OLE color: 4995447.
HSL color Cylindrical-coordinate representation of color #77394C: hue angle of 341.61º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77394C is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 57 | 76 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.53 |
| HSL | 341.61º | 0.35% | 0.35% | - |
| HSV(B) | 341.61º | 0.52% | 0.47% | - |
| XYZ | 10.38 | 7.37 | 7.71 | - |
| YUV | 77.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 76 | 0 | 0.52 | 0.36 | 0.53 | 341.61 | 0.35 | 0.35 |
| Hex | 77 | 39 | 4C | 0 | 34 | 24 | 35 | 156 | 23 | 23 |
| Octal | 167 | 71 | 114 | 0 | 64 | 44 | 65 | 526 | 43 | 43 |
| Binary | 1110111 | 111001 | 1001100 | 0 | 110100 | 100100 | 110101 | 101010110 | 100011 | 100011 |
Color Harmonies of #77394C
Complementary color
Monochromatic Colors of #77394C
Black with #77394C
Text Example
Text Example
White with #77394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77394C; }
p { color: rgb(119,57,76); }
H1.HeaderClassName
{
color: #77394C;
}
.AnyTagClassName
{
color: #77394C;
}
</style>
background-color css
<style>
a { background-color: #77394C; }
a { background-color: rgb(119,57,76); }
div.DivClassName
{
background-color: #77394C;
}
.BgClassName
{
background-color: #77394C;
}
</style>
border-color css
<style>
span { border-color: #77394C; }
span { border-color: rgb(119,57,76); }
td.TdClassName
{
border-color: #77394C;
}
.TagClassName
{
border-color: #77394C;
}
</style>