Shades of Siren #762E40
Tints of Siren #762E40
RGB
CMYK
RGB Variations
Color information
#762E40 (or 0x762E40) is known color: Siren. HEX triplet: 76, 2E and 40. RGB value is (118,46,64). Sum of RGB (Red+Green+Blue) = 118+46+64=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #762E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762E40 is #89D1BF. Grayscale: #454545. Windows color (decimal): -9032128 or 4206198. OLE color: 4206198.
HSL color Cylindrical-coordinate representation of color #762E40: hue angle of 345º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E40 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 64 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.54 |
| HSL | 345º | 0.44% | 0.32% | - |
| HSV(B) | 345º | 0.61% | 0.46% | - |
| XYZ | 9.37 | 6.18 | 5.55 | - |
| YUV | 69.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 64 | 0 | 0.61 | 0.46 | 0.54 | 345 | 0.44 | 0.32 |
| Hex | 76 | 2E | 40 | 0 | 3D | 2E | 36 | 159 | 2C | 20 |
| Octal | 166 | 56 | 100 | 0 | 75 | 56 | 66 | 531 | 54 | 40 |
| Binary | 1110110 | 101110 | 1000000 | 0 | 111101 | 101110 | 110110 | 101011001 | 101100 | 100000 |
Color Harmonies of #762E40
Complementary color
Monochromatic Colors of #762E40
Black with #762E40
Text Example
Text Example
White with #762E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E40; }
p { color: rgb(118,46,64); }
H1.HeaderClassName
{
color: #762E40;
}
.AnyTagClassName
{
color: #762E40;
}
</style>
background-color css
<style>
a { background-color: #762E40; }
a { background-color: rgb(118,46,64); }
div.DivClassName
{
background-color: #762E40;
}
.BgClassName
{
background-color: #762E40;
}
</style>
border-color css
<style>
span { border-color: #762E40; }
span { border-color: rgb(118,46,64); }
td.TdClassName
{
border-color: #762E40;
}
.TagClassName
{
border-color: #762E40;
}
</style>