Shades of Camelot #77384B
Tints of Camelot #77384B
RGB
CMYK
RGB Variations
Color information
#77384B (or 0x77384B) is known color: Camelot. HEX triplet: 77, 38 and 4B. RGB value is (119,56,75). Sum of RGB (Red+Green+Blue) = 119+56+75=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77384B is #88C7B4. Grayscale: #4C4C4C. Windows color (decimal): -8964021 or 4929655. OLE color: 4929655.
HSL color Cylindrical-coordinate representation of color #77384B: hue angle of 341.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77384B is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 75 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.53 |
| HSL | 341.9º | 0.36% | 0.34% | - |
| HSV(B) | 341.9º | 0.53% | 0.47% | - |
| XYZ | 10.29 | 7.26 | 7.52 | - |
| YUV | 77 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 75 | 0 | 0.53 | 0.37 | 0.53 | 341.9 | 0.36 | 0.34 |
| Hex | 77 | 38 | 4B | 0 | 35 | 25 | 35 | 156 | 24 | 22 |
| Octal | 167 | 70 | 113 | 0 | 65 | 45 | 65 | 526 | 44 | 42 |
| Binary | 1110111 | 111000 | 1001011 | 0 | 110101 | 100101 | 110101 | 101010110 | 100100 | 100010 |
Color Harmonies of #77384B
Complementary color
Monochromatic Colors of #77384B
Black with #77384B
Text Example
Text Example
White with #77384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77384B; }
p { color: rgb(119,56,75); }
H1.HeaderClassName
{
color: #77384B;
}
.AnyTagClassName
{
color: #77384B;
}
</style>
background-color css
<style>
a { background-color: #77384B; }
a { background-color: rgb(119,56,75); }
div.DivClassName
{
background-color: #77384B;
}
.BgClassName
{
background-color: #77384B;
}
</style>
border-color css
<style>
span { border-color: #77384B; }
span { border-color: rgb(119,56,75); }
td.TdClassName
{
border-color: #77384B;
}
.TagClassName
{
border-color: #77384B;
}
</style>