Shades of Claret #761737
Tints of Claret #761737
RGB
CMYK
RGB Variations
Color information
#761737 (or 0x761737) is known color: Claret. HEX triplet: 76, 17 and 37. RGB value is (118,23,55). Sum of RGB (Red+Green+Blue) = 118+23+55=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #761737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761737 is #89E8C8. Grayscale: #373737. Windows color (decimal): -9038025 or 3610486. OLE color: 3610486.
HSL color Cylindrical-coordinate representation of color #761737: hue angle of 339.79º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761737 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 23 | 55 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.54 |
| HSL | 339.79º | 0.67% | 0.28% | - |
| HSV(B) | 339.79º | 0.81% | 0.46% | - |
| XYZ | 8.47 | 4.74 | 4.08 | - |
| YUV | 55.05 | 127.97 | 172.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 23 | 55 | 0 | 0.81 | 0.53 | 0.54 | 339.79 | 0.67 | 0.28 |
| Hex | 76 | 17 | 37 | 0 | 51 | 35 | 36 | 154 | 43 | 1C |
| Octal | 166 | 27 | 67 | 0 | 121 | 65 | 66 | 524 | 103 | 34 |
| Binary | 1110110 | 10111 | 110111 | 0 | 1010001 | 110101 | 110110 | 101010100 | 1000011 | 11100 |
Color Harmonies of #761737
Complementary color
Monochromatic Colors of #761737
Black with #761737
Text Example
Text Example
White with #761737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761737; }
p { color: rgb(118,23,55); }
H1.HeaderClassName
{
color: #761737;
}
.AnyTagClassName
{
color: #761737;
}
</style>
background-color css
<style>
a { background-color: #761737; }
a { background-color: rgb(118,23,55); }
div.DivClassName
{
background-color: #761737;
}
.BgClassName
{
background-color: #761737;
}
</style>
border-color css
<style>
span { border-color: #761737; }
span { border-color: rgb(118,23,55); }
td.TdClassName
{
border-color: #761737;
}
.TagClassName
{
border-color: #761737;
}
</style>