Shades of Claret #772134
Tints of Claret #772134
RGB
CMYK
RGB Variations
Color information
#772134 (or 0x772134) is known color: Claret. HEX triplet: 77, 21 and 34. RGB value is (119,33,52). Sum of RGB (Red+Green+Blue) = 119+33+52=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #772134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772134 is #88DECB. Grayscale: #3C3C3C. Windows color (decimal): -8969932 or 3416439. OLE color: 3416439.
HSL color Cylindrical-coordinate representation of color #772134: hue angle of 346.74º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #772134 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 33 | 52 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.53 |
| HSL | 346.74º | 0.57% | 0.3% | - |
| HSV(B) | 346.74º | 0.72% | 0.47% | - |
| XYZ | 8.77 | 5.26 | 3.8 | - |
| YUV | 60.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 52 | 0 | 0.72 | 0.56 | 0.53 | 346.74 | 0.57 | 0.3 |
| Hex | 77 | 21 | 34 | 0 | 48 | 38 | 35 | 15B | 39 | 1E |
| Octal | 167 | 41 | 64 | 0 | 110 | 70 | 65 | 533 | 71 | 36 |
| Binary | 1110111 | 100001 | 110100 | 0 | 1001000 | 111000 | 110101 | 101011011 | 111001 | 11110 |
Color Harmonies of #772134
Complementary color
Monochromatic Colors of #772134
Black with #772134
Text Example
Text Example
White with #772134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772134; }
p { color: rgb(119,33,52); }
H1.HeaderClassName
{
color: #772134;
}
.AnyTagClassName
{
color: #772134;
}
</style>
background-color css
<style>
a { background-color: #772134; }
a { background-color: rgb(119,33,52); }
div.DivClassName
{
background-color: #772134;
}
.BgClassName
{
background-color: #772134;
}
</style>
border-color css
<style>
span { border-color: #772134; }
span { border-color: rgb(119,33,52); }
td.TdClassName
{
border-color: #772134;
}
.TagClassName
{
border-color: #772134;
}
</style>