Shades of Siren #762B3E
Tints of Siren #762B3E
RGB
CMYK
RGB Variations
Color information
#762B3E (or 0x762B3E) is known color: Siren. HEX triplet: 76, 2B and 3E. RGB value is (118,43,62). Sum of RGB (Red+Green+Blue) = 118+43+62=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B3E is #89D4C1. Grayscale: #434343. Windows color (decimal): -9032898 or 4074358. OLE color: 4074358.
HSL color Cylindrical-coordinate representation of color #762B3E: hue angle of 344.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B3E is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 62 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.54 |
| HSL | 344.8º | 0.47% | 0.32% | - |
| HSV(B) | 344.8º | 0.64% | 0.46% | - |
| XYZ | 9.2 | 5.93 | 5.22 | - |
| YUV | 67.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 62 | 0 | 0.64 | 0.47 | 0.54 | 344.8 | 0.47 | 0.32 |
| Hex | 76 | 2B | 3E | 0 | 40 | 2F | 36 | 159 | 2F | 20 |
| Octal | 166 | 53 | 76 | 0 | 100 | 57 | 66 | 531 | 57 | 40 |
| Binary | 1110110 | 101011 | 111110 | 0 | 1000000 | 101111 | 110110 | 101011001 | 101111 | 100000 |
Color Harmonies of #762B3E
Complementary color
Monochromatic Colors of #762B3E
Black with #762B3E
Text Example
Text Example
White with #762B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B3E; }
p { color: rgb(118,43,62); }
H1.HeaderClassName
{
color: #762B3E;
}
.AnyTagClassName
{
color: #762B3E;
}
</style>
background-color css
<style>
a { background-color: #762B3E; }
a { background-color: rgb(118,43,62); }
div.DivClassName
{
background-color: #762B3E;
}
.BgClassName
{
background-color: #762B3E;
}
</style>
border-color css
<style>
span { border-color: #762B3E; }
span { border-color: rgb(118,43,62); }
td.TdClassName
{
border-color: #762B3E;
}
.TagClassName
{
border-color: #762B3E;
}
</style>