Shades of Claret #76122C
Tints of Claret #76122C
RGB
CMYK
RGB Variations
Color information
#76122C (or 0x76122C) is known color: Claret. HEX triplet: 76, 12 and 2C. RGB value is (118,18,44). Sum of RGB (Red+Green+Blue) = 118+18+44=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #76122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76122C is #89EDD3. Grayscale: #323232. Windows color (decimal): -9039316 or 2888310. OLE color: 2888310.
HSL color Cylindrical-coordinate representation of color #76122C: hue angle of 344.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76122C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 18 | 44 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.54 |
| HSL | 344.4º | 0.74% | 0.27% | - |
| HSV(B) | 344.4º | 0.85% | 0.46% | - |
| XYZ | 8.14 | 4.47 | 2.82 | - |
| YUV | 50.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 44 | 0 | 0.85 | 0.63 | 0.54 | 344.4 | 0.74 | 0.27 |
| Hex | 76 | 12 | 2C | 0 | 55 | 3F | 36 | 158 | 4A | 1B |
| Octal | 166 | 22 | 54 | 0 | 125 | 77 | 66 | 530 | 112 | 33 |
| Binary | 1110110 | 10010 | 101100 | 0 | 1010101 | 111111 | 110110 | 101011000 | 1001010 | 11011 |
Color Harmonies of #76122C
Complementary color
Monochromatic Colors of #76122C
Black with #76122C
Text Example
Text Example
White with #76122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76122C; }
p { color: rgb(118,18,44); }
H1.HeaderClassName
{
color: #76122C;
}
.AnyTagClassName
{
color: #76122C;
}
</style>
background-color css
<style>
a { background-color: #76122C; }
a { background-color: rgb(118,18,44); }
div.DivClassName
{
background-color: #76122C;
}
.BgClassName
{
background-color: #76122C;
}
</style>
border-color css
<style>
span { border-color: #76122C; }
span { border-color: rgb(118,18,44); }
td.TdClassName
{
border-color: #76122C;
}
.TagClassName
{
border-color: #76122C;
}
</style>