Shades of Claret #771737
Tints of Claret #771737
RGB
CMYK
RGB Variations
Color information
#771737 (or 0x771737) is known color: Claret. HEX triplet: 77, 17 and 37. RGB value is (119,23,55). Sum of RGB (Red+Green+Blue) = 119+23+55=197 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.41% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 119 - color contains mainly: red. Hex color #771737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771737 is #88E8C8. Grayscale: #373737. Windows color (decimal): -8972489 or 3610487. OLE color: 3610487.
HSL color Cylindrical-coordinate representation of color #771737: hue angle of 340º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771737 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 23 | 55 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.53 |
| HSL | 340º | 0.68% | 0.28% | - |
| HSV(B) | 340º | 0.81% | 0.47% | - |
| XYZ | 8.6 | 4.81 | 4.09 | - |
| YUV | 55.35 | 127.8 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 55 | 0 | 0.81 | 0.54 | 0.53 | 340 | 0.68 | 0.28 |
| Hex | 77 | 17 | 37 | 0 | 51 | 36 | 35 | 154 | 44 | 1C |
| Octal | 167 | 27 | 67 | 0 | 121 | 66 | 65 | 524 | 104 | 34 |
| Binary | 1110111 | 10111 | 110111 | 0 | 1010001 | 110110 | 110101 | 101010100 | 1000100 | 11100 |
Color Harmonies of #771737
Complementary color
Monochromatic Colors of #771737
Black with #771737
Text Example
Text Example
White with #771737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771737; }
p { color: rgb(119,23,55); }
H1.HeaderClassName
{
color: #771737;
}
.AnyTagClassName
{
color: #771737;
}
</style>
background-color css
<style>
a { background-color: #771737; }
a { background-color: rgb(119,23,55); }
div.DivClassName
{
background-color: #771737;
}
.BgClassName
{
background-color: #771737;
}
</style>
border-color css
<style>
span { border-color: #771737; }
span { border-color: rgb(119,23,55); }
td.TdClassName
{
border-color: #771737;
}
.TagClassName
{
border-color: #771737;
}
</style>