Shades of Camelot #77374B
Tints of Camelot #77374B
RGB
CMYK
RGB Variations
Color information
#77374B (or 0x77374B) is known color: Camelot. HEX triplet: 77, 37 and 4B. RGB value is (119,55,75). Sum of RGB (Red+Green+Blue) = 119+55+75=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77374B is #88C8B4. Grayscale: #4C4C4C. Windows color (decimal): -8964277 or 4929399. OLE color: 4929399.
HSL color Cylindrical-coordinate representation of color #77374B: hue angle of 341.25º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77374B is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 55 | 75 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.53 |
| HSL | 341.25º | 0.37% | 0.34% | - |
| HSV(B) | 341.25º | 0.54% | 0.47% | - |
| XYZ | 10.24 | 7.16 | 7.5 | - |
| YUV | 76.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 75 | 0 | 0.54 | 0.37 | 0.53 | 341.25 | 0.37 | 0.34 |
| Hex | 77 | 37 | 4B | 0 | 36 | 25 | 35 | 155 | 25 | 22 |
| Octal | 167 | 67 | 113 | 0 | 66 | 45 | 65 | 525 | 45 | 42 |
| Binary | 1110111 | 110111 | 1001011 | 0 | 110110 | 100101 | 110101 | 101010101 | 100101 | 100010 |
Color Harmonies of #77374B
Complementary color
Monochromatic Colors of #77374B
Black with #77374B
Text Example
Text Example
White with #77374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77374B; }
p { color: rgb(119,55,75); }
H1.HeaderClassName
{
color: #77374B;
}
.AnyTagClassName
{
color: #77374B;
}
</style>
background-color css
<style>
a { background-color: #77374B; }
a { background-color: rgb(119,55,75); }
div.DivClassName
{
background-color: #77374B;
}
.BgClassName
{
background-color: #77374B;
}
</style>
border-color css
<style>
span { border-color: #77374B; }
span { border-color: rgb(119,55,75); }
td.TdClassName
{
border-color: #77374B;
}
.TagClassName
{
border-color: #77374B;
}
</style>