Shades of Siren #77253E
Tints of Siren #77253E
RGB
CMYK
RGB Variations
Color information
#77253E (or 0x77253E) is known color: Siren. HEX triplet: 77, 25 and 3E. RGB value is (119,37,62). Sum of RGB (Red+Green+Blue) = 119+37+62=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 62 (24.61% from 255 or 28.44% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77253E is #88DAC1. Grayscale: #404040. Windows color (decimal): -8968898 or 4072823. OLE color: 4072823.
HSL color Cylindrical-coordinate representation of color #77253E: hue angle of 341.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77253E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 37 | 62 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.53 |
| HSL | 341.71º | 0.53% | 0.31% | - |
| HSV(B) | 341.71º | 0.69% | 0.47% | - |
| XYZ | 9.14 | 5.59 | 5.16 | - |
| YUV | 64.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 62 | 0 | 0.69 | 0.48 | 0.53 | 341.71 | 0.53 | 0.31 |
| Hex | 77 | 25 | 3E | 0 | 45 | 30 | 35 | 156 | 35 | 1F |
| Octal | 167 | 45 | 76 | 0 | 105 | 60 | 65 | 526 | 65 | 37 |
| Binary | 1110111 | 100101 | 111110 | 0 | 1000101 | 110000 | 110101 | 101010110 | 110101 | 11111 |
Color Harmonies of #77253E
Complementary color
Monochromatic Colors of #77253E
Black with #77253E
Text Example
Text Example
White with #77253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77253E; }
p { color: rgb(119,37,62); }
H1.HeaderClassName
{
color: #77253E;
}
.AnyTagClassName
{
color: #77253E;
}
</style>
background-color css
<style>
a { background-color: #77253E; }
a { background-color: rgb(119,37,62); }
div.DivClassName
{
background-color: #77253E;
}
.BgClassName
{
background-color: #77253E;
}
</style>
border-color css
<style>
span { border-color: #77253E; }
span { border-color: rgb(119,37,62); }
td.TdClassName
{
border-color: #77253E;
}
.TagClassName
{
border-color: #77253E;
}
</style>