Shades of Claret #762737
Tints of Claret #762737
RGB
CMYK
RGB Variations
Color information
#762737 (or 0x762737) is known color: Claret. HEX triplet: 76, 27 and 37. RGB value is (118,39,55). Sum of RGB (Red+Green+Blue) = 118+39+55=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #762737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762737 is #89D8C8. Grayscale: #404040. Windows color (decimal): -9033929 or 3614582. OLE color: 3614582.
HSL color Cylindrical-coordinate representation of color #762737: hue angle of 347.85º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #762737 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 55 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.54 |
| HSL | 347.85º | 0.5% | 0.31% | - |
| HSV(B) | 347.85º | 0.67% | 0.46% | - |
| XYZ | 8.89 | 5.58 | 4.22 | - |
| YUV | 64.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 55 | 0 | 0.67 | 0.53 | 0.54 | 347.85 | 0.5 | 0.31 |
| Hex | 76 | 27 | 37 | 0 | 43 | 35 | 36 | 15C | 32 | 1F |
| Octal | 166 | 47 | 67 | 0 | 103 | 65 | 66 | 534 | 62 | 37 |
| Binary | 1110110 | 100111 | 110111 | 0 | 1000011 | 110101 | 110110 | 101011100 | 110010 | 11111 |
Color Harmonies of #762737
Complementary color
Monochromatic Colors of #762737
Black with #762737
Text Example
Text Example
White with #762737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762737; }
p { color: rgb(118,39,55); }
H1.HeaderClassName
{
color: #762737;
}
.AnyTagClassName
{
color: #762737;
}
</style>
background-color css
<style>
a { background-color: #762737; }
a { background-color: rgb(118,39,55); }
div.DivClassName
{
background-color: #762737;
}
.BgClassName
{
background-color: #762737;
}
</style>
border-color css
<style>
span { border-color: #762737; }
span { border-color: rgb(118,39,55); }
td.TdClassName
{
border-color: #762737;
}
.TagClassName
{
border-color: #762737;
}
</style>