Shades of Scorpion #735B61
Tints of Scorpion #735B61
RGB
CMYK
RGB Variations
Color information
#735B61 (or 0x735B61) is known color: Scorpion. HEX triplet: 73, 5B and 61. RGB value is (115,91,97). Sum of RGB (Red+Green+Blue) = 115+91+97=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 115 - color contains mainly: red. Hex color #735B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B61 is #8CA49E. Grayscale: #626262. Windows color (decimal): -9217183 or 6380403. OLE color: 6380403.
HSL color Cylindrical-coordinate representation of color #735B61: hue angle of 345º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735B61 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 97 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.55 |
| HSL | 345º | 0.12% | 0.4% | - |
| HSV(B) | 345º | 0.21% | 0.45% | - |
| XYZ | 12.97 | 11.99 | 12.94 | - |
| YUV | 98.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 97 | 0 | 0.21 | 0.16 | 0.55 | 345 | 0.12 | 0.4 |
| Hex | 73 | 5B | 61 | 0 | 15 | 10 | 37 | 159 | C | 28 |
| Octal | 163 | 133 | 141 | 0 | 25 | 20 | 67 | 531 | 14 | 50 |
| Binary | 1110011 | 1011011 | 1100001 | 0 | 10101 | 10000 | 110111 | 101011001 | 1100 | 101000 |
Color Harmonies of #735B61
Complementary color
Monochromatic Colors of #735B61
Black with #735B61
Text Example
Text Example
White with #735B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B61; }
p { color: rgb(115,91,97); }
H1.HeaderClassName
{
color: #735B61;
}
.AnyTagClassName
{
color: #735B61;
}
</style>
background-color css
<style>
a { background-color: #735B61; }
a { background-color: rgb(115,91,97); }
div.DivClassName
{
background-color: #735B61;
}
.BgClassName
{
background-color: #735B61;
}
</style>
border-color css
<style>
span { border-color: #735B61; }
span { border-color: rgb(115,91,97); }
td.TdClassName
{
border-color: #735B61;
}
.TagClassName
{
border-color: #735B61;
}
</style>