Shades of Siren #772A40
Tints of Siren #772A40
RGB
CMYK
RGB Variations
Color information
#772A40 (or 0x772A40) is known color: Siren. HEX triplet: 77, 2A and 40. RGB value is (119,42,64). Sum of RGB (Red+Green+Blue) = 119+42+64=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #772A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A40 is #88D5BF. Grayscale: #434343. Windows color (decimal): -8967616 or 4205175. OLE color: 4205175.
HSL color Cylindrical-coordinate representation of color #772A40: hue angle of 342.86º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A40 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 64 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.53 |
| HSL | 342.86º | 0.48% | 0.32% | - |
| HSV(B) | 342.86º | 0.65% | 0.47% | - |
| XYZ | 9.36 | 5.95 | 5.51 | - |
| YUV | 67.53 | 126.01 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 64 | 0 | 0.65 | 0.46 | 0.53 | 342.86 | 0.48 | 0.32 |
| Hex | 77 | 2A | 40 | 0 | 41 | 2E | 35 | 157 | 30 | 20 |
| Octal | 167 | 52 | 100 | 0 | 101 | 56 | 65 | 527 | 60 | 40 |
| Binary | 1110111 | 101010 | 1000000 | 0 | 1000001 | 101110 | 110101 | 101010111 | 110000 | 100000 |
Color Harmonies of #772A40
Complementary color
Monochromatic Colors of #772A40
Black with #772A40
Text Example
Text Example
White with #772A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A40; }
p { color: rgb(119,42,64); }
H1.HeaderClassName
{
color: #772A40;
}
.AnyTagClassName
{
color: #772A40;
}
</style>
background-color css
<style>
a { background-color: #772A40; }
a { background-color: rgb(119,42,64); }
div.DivClassName
{
background-color: #772A40;
}
.BgClassName
{
background-color: #772A40;
}
</style>
border-color css
<style>
span { border-color: #772A40; }
span { border-color: rgb(119,42,64); }
td.TdClassName
{
border-color: #772A40;
}
.TagClassName
{
border-color: #772A40;
}
</style>