Shades of Siren #77293F
Tints of Siren #77293F
RGB
CMYK
RGB Variations
Color information
#77293F (or 0x77293F) is known color: Siren. HEX triplet: 77, 29 and 3F. RGB value is (119,41,63). Sum of RGB (Red+Green+Blue) = 119+41+63=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #77293F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77293F is #88D6C0. Grayscale: #424242. Windows color (decimal): -8967873 or 4139383. OLE color: 4139383.
HSL color Cylindrical-coordinate representation of color #77293F: hue angle of 343.08º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77293F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 63 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.53 |
| HSL | 343.08º | 0.49% | 0.31% | - |
| HSV(B) | 343.08º | 0.66% | 0.47% | - |
| XYZ | 9.3 | 5.87 | 5.34 | - |
| YUV | 66.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 63 | 0 | 0.66 | 0.47 | 0.53 | 343.08 | 0.49 | 0.31 |
| Hex | 77 | 29 | 3F | 0 | 42 | 2F | 35 | 157 | 31 | 1F |
| Octal | 167 | 51 | 77 | 0 | 102 | 57 | 65 | 527 | 61 | 37 |
| Binary | 1110111 | 101001 | 111111 | 0 | 1000010 | 101111 | 110101 | 101010111 | 110001 | 11111 |
Color Harmonies of #77293F
Complementary color
Monochromatic Colors of #77293F
Black with #77293F
Text Example
Text Example
White with #77293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77293F; }
p { color: rgb(119,41,63); }
H1.HeaderClassName
{
color: #77293F;
}
.AnyTagClassName
{
color: #77293F;
}
</style>
background-color css
<style>
a { background-color: #77293F; }
a { background-color: rgb(119,41,63); }
div.DivClassName
{
background-color: #77293F;
}
.BgClassName
{
background-color: #77293F;
}
</style>
border-color css
<style>
span { border-color: #77293F; }
span { border-color: rgb(119,41,63); }
td.TdClassName
{
border-color: #77293F;
}
.TagClassName
{
border-color: #77293F;
}
</style>