Shades of Claret #77273A
Tints of Claret #77273A
RGB
CMYK
RGB Variations
Color information
#77273A (or 0x77273A) is known color: Claret. HEX triplet: 77, 27 and 3A. RGB value is (119,39,58). Sum of RGB (Red+Green+Blue) = 119+39+58=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77273A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77273A is #88D8C5. Grayscale: #414141. Windows color (decimal): -8968390 or 3811191. OLE color: 3811191.
HSL color Cylindrical-coordinate representation of color #77273A: hue angle of 345.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77273A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 58 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.53 |
| HSL | 345.75º | 0.51% | 0.31% | - |
| HSV(B) | 345.75º | 0.67% | 0.47% | - |
| XYZ | 9.1 | 5.68 | 4.62 | - |
| YUV | 65.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 58 | 0 | 0.67 | 0.51 | 0.53 | 345.75 | 0.51 | 0.31 |
| Hex | 77 | 27 | 3A | 0 | 43 | 33 | 35 | 15A | 33 | 1F |
| Octal | 167 | 47 | 72 | 0 | 103 | 63 | 65 | 532 | 63 | 37 |
| Binary | 1110111 | 100111 | 111010 | 0 | 1000011 | 110011 | 110101 | 101011010 | 110011 | 11111 |
Color Harmonies of #77273A
Complementary color
Monochromatic Colors of #77273A
Black with #77273A
Text Example
Text Example
White with #77273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77273A; }
p { color: rgb(119,39,58); }
H1.HeaderClassName
{
color: #77273A;
}
.AnyTagClassName
{
color: #77273A;
}
</style>
background-color css
<style>
a { background-color: #77273A; }
a { background-color: rgb(119,39,58); }
div.DivClassName
{
background-color: #77273A;
}
.BgClassName
{
background-color: #77273A;
}
</style>
border-color css
<style>
span { border-color: #77273A; }
span { border-color: rgb(119,39,58); }
td.TdClassName
{
border-color: #77273A;
}
.TagClassName
{
border-color: #77273A;
}
</style>