Shades of Siren #77283E
Tints of Siren #77283E
RGB
CMYK
RGB Variations
Color information
#77283E (or 0x77283E) is known color: Siren. HEX triplet: 77, 28 and 3E. RGB value is (119,40,62). Sum of RGB (Red+Green+Blue) = 119+40+62=221 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.85% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 119 - color contains mainly: red. Hex color #77283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77283E is #88D7C1. Grayscale: #424242. Windows color (decimal): -8968130 or 4073591. OLE color: 4073591.
HSL color Cylindrical-coordinate representation of color #77283E: hue angle of 343.29º degrees, saturation: 0.5, 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 #77283E is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 62 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.53 |
| HSL | 343.29º | 0.5% | 0.31% | - |
| HSV(B) | 343.29º | 0.66% | 0.47% | - |
| XYZ | 9.24 | 5.79 | 5.19 | - |
| YUV | 66.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 62 | 0 | 0.66 | 0.48 | 0.53 | 343.29 | 0.5 | 0.31 |
| Hex | 77 | 28 | 3E | 0 | 42 | 30 | 35 | 157 | 32 | 1F |
| Octal | 167 | 50 | 76 | 0 | 102 | 60 | 65 | 527 | 62 | 37 |
| Binary | 1110111 | 101000 | 111110 | 0 | 1000010 | 110000 | 110101 | 101010111 | 110010 | 11111 |
Color Harmonies of #77283E
Complementary color
Monochromatic Colors of #77283E
Black with #77283E
Text Example
Text Example
White with #77283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77283E; }
p { color: rgb(119,40,62); }
H1.HeaderClassName
{
color: #77283E;
}
.AnyTagClassName
{
color: #77283E;
}
</style>
background-color css
<style>
a { background-color: #77283E; }
a { background-color: rgb(119,40,62); }
div.DivClassName
{
background-color: #77283E;
}
.BgClassName
{
background-color: #77283E;
}
</style>
border-color css
<style>
span { border-color: #77283E; }
span { border-color: rgb(119,40,62); }
td.TdClassName
{
border-color: #77283E;
}
.TagClassName
{
border-color: #77283E;
}
</style>