Shades of Claret #77263C
Tints of Claret #77263C
RGB
CMYK
RGB Variations
Color information
#77263C (or 0x77263C) is known color: Claret. HEX triplet: 77, 26 and 3C. RGB value is (119,38,60). Sum of RGB (Red+Green+Blue) = 119+38+60=217 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.84% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 119 - color contains mainly: red. Hex color #77263C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77263C is #88D9C3. Grayscale: #404040. Windows color (decimal): -8968644 or 3942007. OLE color: 3942007.
HSL color Cylindrical-coordinate representation of color #77263C: hue angle of 343.7º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77263C is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 60 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.53 |
| HSL | 343.7º | 0.52% | 0.31% | - |
| HSV(B) | 343.7º | 0.68% | 0.47% | - |
| XYZ | 9.12 | 5.63 | 4.88 | - |
| YUV | 64.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 60 | 0 | 0.68 | 0.50 | 0.53 | 343.7 | 0.52 | 0.31 |
| Hex | 77 | 26 | 3C | 0 | 44 | 32 | 35 | 158 | 34 | 1F |
| Octal | 167 | 46 | 74 | 0 | 104 | 62 | 65 | 530 | 64 | 37 |
| Binary | 1110111 | 100110 | 111100 | 0 | 1000100 | 110010 | 110101 | 101011000 | 110100 | 11111 |
Color Harmonies of #77263C
Complementary color
Monochromatic Colors of #77263C
Black with #77263C
Text Example
Text Example
White with #77263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77263C; }
p { color: rgb(119,38,60); }
H1.HeaderClassName
{
color: #77263C;
}
.AnyTagClassName
{
color: #77263C;
}
</style>
background-color css
<style>
a { background-color: #77263C; }
a { background-color: rgb(119,38,60); }
div.DivClassName
{
background-color: #77263C;
}
.BgClassName
{
background-color: #77263C;
}
</style>
border-color css
<style>
span { border-color: #77263C; }
span { border-color: rgb(119,38,60); }
td.TdClassName
{
border-color: #77263C;
}
.TagClassName
{
border-color: #77263C;
}
</style>